Skip to content

Commit

Permalink
fix: qiskit version must be < 1.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV authored Jul 26, 2024
1 parent 54d8467 commit c71a028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
qiskit = ">=0.38.0"
qiskit = ">=0.38.0,<1.0.0"
pyquil = ">=4.0.0,<5.0.0"
numpy = "^1.23.3"
importlib_metadata = {version = "*", python = "<3.8"}
Expand Down

0 comments on commit c71a028

Please sign in to comment.