Skip to content

Commit

Permalink
Allow versions of qiskit >= 1.3.1 but < 2. (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Jan 28, 2025
1 parent 2b358b5 commit 8499fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
include_package_data=True,
install_requires=[
"pytket >= 1.39.0",
"qiskit ~= 1.3.1",
"qiskit >= 1.3.1, < 2",
"qiskit-ibm-runtime >= 0.30.0",
"qiskit-aer >= 0.15.1",
"numpy >= 1.26.4",
Expand Down

0 comments on commit 8499fa7

Please # to comment.