Skip to content

Commit

Permalink
⬆️ rely on a more modern version of Qiskit
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Jan 27, 2024
1 parent 8665a1c commit b6c01ac
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 @@ -64,7 +64,7 @@ docs = [
"nbsphinx",
"sphinxext-opengraph",
"sphinx-autodoc-typehints",
"qiskit-terra[visualization]",
"qiskit[visualization]",
"mqt.qmap[visualization]"
]
visualization = [
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,7 +4,7 @@ pybind11==2.11.0
pytest==7.0.0
importlib_resources==5.0.0
typing_extensions==4.0.0
qiskit-terra==0.22.0
qiskit==0.45.0
rustworkx==0.13.0
mqt.qcec==2.0.0
mqt.core==2.2.1
Expand Down

0 comments on commit b6c01ac

Please sign in to comment.