Skip to content

Commit

Permalink
Merge branch 'stable/0.7' into mergify/bp/stable/0.7/pr-657
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Aug 20, 2024
2 parents 3365d8e + 9684220 commit df20160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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: |
pver=${{ matrix.python-version }}
tox -epy${pver/./} -- --run-slow
tox -epy${pver/./}-notebook
tox -epy${pver/./}-notebook -- --ignore=docs/circuit_cutting/cutqc/tutorials
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ docs = [
]
notebook-dependencies = [
"circuit-knitting-toolbox[cplex]",
"qiskit-ibm-runtime>=0.23.0, <0.28",
"matplotlib",
"ipywidgets",
"pylatexenc",
Expand Down

0 comments on commit df20160

Please sign in to comment.