Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschoenberger authored Feb 23, 2024
1 parent d436112 commit 105bf4c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ requires-python = ">=3.8"
dependencies = [
"z3-solver==4.12.1.0",
"matplotlib==3.7.1",
"networkx==3.0"
"networkx==3.0",
"qiskit==1.0.0",
"more_itertools==10.1.0"
]

version = "0.1"
Expand Down Expand Up @@ -84,3 +86,6 @@ line-length = 120

[tool.black]
line-length = 120

[tool.setuptools]
py-modules = []

0 comments on commit 105bf4c

Please sign in to comment.