Skip to content

Commit

Permalink
⬆️ raise minimum required qiskit version to 0.22.1
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Nov 9, 2023
1 parent ee7e2d4 commit 10c0485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ requires-python = ">=3.8"
dependencies = [
"importlib_resources>=5.0; python_version < '3.10'",
"typing_extensions>=4.2",
"qiskit-terra>=0.22.0",
"qiskit-terra>=0.22.1",
"mqt.core>=2.0.0b1"
]
dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion test/python/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pybind11==2.11.0
pytest==7.0.0
importlib_resources==5.0.0
typing_extensions==4.2.0
qiskit-terra==0.20.0
qiskit-terra==0.22.1

0 comments on commit 10c0485

Please sign in to comment.