Skip to content

Commit

Permalink
Disallow Qiskit 1.3.0 (#715)
Browse files Browse the repository at this point in the history
* Disallow Qiskit 1.3.0

See discussion in #714.

* Add release note
  • Loading branch information
garrison authored Dec 3, 2024
1 parent 4ba61b4 commit b41813d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"scipy>=1.5.2",
"rustworkx>=0.14.0",
"qiskit-aer>=0.14.0.1",
"qiskit>=1.1.0, <2.0",
"qiskit>=1.1.0, !=1.3.0, <2.0",
"qiskit-ibm-runtime>=0.24.0",
]

Expand Down
8 changes: 8 additions & 0 deletions releasenotes/notes/no-qiskit-1.3.0-8acc5be0edb2f43a.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
other:
- |
This addon is now marked as being incompatible with Qiskit 1.3.0, as the
second cutting tutorial fails to execute due to a bug in Qiskit 1.3.0.
See discussion in
`issue #714 <https://github.com/Qiskit/qiskit-addon-cutting/issues/714>`__
for more information.

0 comments on commit b41813d

Please sign in to comment.