Skip to content

Commit

Permalink
📌 loosened qiskit dependency (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
nquetschlich authored Dec 20, 2022
1 parent 7e810ec commit a548b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires-python = ">=3.8"
dynamic = ["version"]

dependencies = [
"qiskit[all]~=0.39.2",
"qiskit[all]>=0.39.2,<0.40.0",
"pytket~=1.9.0",
"pytket-qiskit",
"pandas>=1.0.0",
Expand Down

0 comments on commit a548b37

Please sign in to comment.