Skip to content

Commit

Permalink
Merge branch 'main' into AC/images-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaucasau committed Dec 10, 2024
2 parents da58789 + 30b158f commit 0cab96e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_development_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
run: |
toxpyversion=$(echo ${{ matrix.python-version }} | sed -E 's/^([0-9]+)\.([0-9]+).*$/\1\2/')
tox -epy${toxpyversion} -- --run-slow
tox -epy${toxpyversion}-notebook
tox -epy${toxpyversion}-notebook -- --ignore=docs/tutorials/02_gate_cutting_to_reduce_circuit_depth.ipynb
4 changes: 2 additions & 2 deletions 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 All @@ -55,7 +55,7 @@ nbtest = [
style = [
"autoflake==2.3.1",
"black[jupyter]~=24.1",
"ruff==0.7.2",
"ruff==0.8.1",
"nbqa>=1.6.0",
]
lint = [
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 0cab96e

Please sign in to comment.