Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump qiskit-ibm-runtime version and use mode=batch (backport #623) #628

Open
wants to merge 1 commit into
base: stable/0.7
Choose a base branch
from

Conversation

garrison
Copy link
Member

@garrison garrison commented Jun 17, 2024

This is a stable backport of #623.

This change is necessary to prevent a DeprecationWarning under qiskit-ibm-runtime 0.24, which is currently visible in the first and third tutorials and is due to the merging of Qiskit/qiskit-ibm-runtime#1584.

This means that the notebooks now depend on qiskit-ibm-runtime 0.24, which depends on qiskit>=1.1.

The "minimum version tests" aren't equipped to deal with situations where the notebooks have a different minimum version than the library. For this reason I've disabled the "minimum version tests" on the current stable branch going forward for the notebooks only. I don't want to bump the minimum version of any library on the stable branch, but I do want to update our code examples to the latest version of qiskit-ibm-runtime.

This is necessary to prevent a `DeprecationWarning` under
qiskit-ibm-runtime 0.24, which is currently visible in the
[first](https://qiskit-extensions.github.io/circuit-knitting-toolbox/circuit_cutting/tutorials/01_gate_cutting_to_reduce_circuit_width.html)
and third tutorials and is due to the merging of
Qiskit/qiskit-ibm-runtime#1584.

This means that the notebooks now depend on
qiskit-ibm-runtime 0.24, which depends on qiskit>=1.1.

The "minimum version tests" aren't equipped to deal with situations
where the notebooks have a different minimum version than the
library.  For this reason I've disabled the "minimum version tests"
on the current stable branch going forward for the notebooks only.
I don't want to bump the minimum version of any library on the
stable branch, but I _do_ want to update our code examples
to the latest version of qiskit-ibm-runtime.
@coveralls
Copy link

coveralls commented Jun 17, 2024

Pull Request Test Coverage Report for Build 9554840788

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.467%

Totals Coverage Status
Change from base Build 9524348028: 0.0%
Covered Lines: 3496
Relevant Lines: 3662

💛 - Coveralls

@garrison
Copy link
Member Author

The only weird thing here is disabling the minimum version tests on the stable/0.7 branch, but IMO it is worth doing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants