Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shinich1 committed May 11, 2024
1 parent 54eb821 commit dd15e5d
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,29 @@ classifiers = [
]
requires-python = ">=3.8,<3.12"
dynamic = ["version"]
dependencies = {file = ["requirements.txt"]}

dependencies = [
"numpy>=1.22,<1.26",
"networkx>3.0",
"quimb>=1.4.0",
"autoray>=0.6.0",
"opt_einsum>=3.2",
"galois>=0.3.0",
"sympy>=1.9",
"matplotlib",
"pydantic",
"scipy",
]
[project.optional-dependencies]
dev = { file = ["requirements-dev.txt"] }
dev = [
"black==24.4.0",
"isort==5.13.2",
"pytest",
"parameterized",
"tox",
"qiskit>=1.0",
"qiskit-aer",
"rustworkx",
]
extra = ["graphix-ibmq", "graphix-perceval"]

[project.urls]
Expand Down

0 comments on commit dd15e5d

Please sign in to comment.