diff --git a/pyproject.toml b/pyproject.toml index 11e006e2..0228ef0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ] diff --git a/releasenotes/notes/no-qiskit-1.3.0-8acc5be0edb2f43a.yaml b/releasenotes/notes/no-qiskit-1.3.0-8acc5be0edb2f43a.yaml new file mode 100644 index 00000000..685daf77 --- /dev/null +++ b/releasenotes/notes/no-qiskit-1.3.0-8acc5be0edb2f43a.yaml @@ -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 `__ + for more information.