You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--- This file has been generated from an external template. Please do
not modify it directly. -->
<!--- Changes should be contributed to
https://github.com/munich-quantum-toolkit/templates. -->
## Description
This PR allows to support Qiskit v2. Furthermore, it adds `rich` to the
dependencies and fixes an inconsistency in the documentation.
## Checklist:
- [x] The pull request only contains commits that are focused and
relevant to this change.
- [x] I have added entries to the changelog for any noteworthy
additions, changes, fixes, or removals.
- [x] The changes follow the project's style guidelines and introduce no
new warnings.
- [x] The changes are fully tested and pass the CI checks.
- [x] I have reviewed my own code changes.
---------
Signed-off-by: Nils Quetschlich <[email protected]>
Co-authored-by: Patrick Hopf <[email protected]>
Co-authored-by: Lukas Burgholzer <[email protected]>
Copy file name to clipboardExpand all lines: pyproject.toml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,12 @@ dynamic = ["version"]
30
30
31
31
dependencies = [
32
32
"mqt.bench>=2.0.0",
33
-
"qiskit!=1.3.2, <2", # explicitly upper cap Qiskit 2.0 as it is not supported yet. 1.3.2 causes a Qiskit error when using the CommutativeInverseCancellation pass, see https://github.com/Qiskit/qiskit/issues/13742
33
+
"qiskit!=1.3.2", # 1.3.2 causes a Qiskit error when using the CommutativeInverseCancellation pass, see https://github.com/Qiskit/qiskit/issues/13742
34
34
"pytket>=1.29.0", # lowest version that supports the used pytket AutoRebase pass instead of auto_rebase
0 commit comments