Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
shinich1 committed May 11, 2024
1 parent f67e29f commit 54eb821
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,12 @@ classifiers = [
]
requires-python = ">=3.8,<3.12"
dynamic = ["version"]
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",
]
dependencies = {file = ["requirements.txt"]}

[project.optional-dependencies]
dev = [
"black==24.4.0",
"isort==5.13.2",
"pytest",
"parameterized",
"tox",
"qiskit>=1.0",
"qiskit-aer",
"rustworkx",
]
dev = { file = ["requirements-dev.txt"] }
extra = ["graphix-ibmq", "graphix-perceval"]

[tool.setuptools]
package-dir = { "" = "graphix" }

[project.urls]
Documentation = "https://graphix.readthedocs.io"
"Bug Tracker" = "https://github.com/TeamGraphix/graphix/issues"
Expand Down

0 comments on commit 54eb821

Please sign in to comment.