Skip to content

Commit

Permalink
Bump the python-packages group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [qiskit](https://github.com/Qiskit/qiskit) and [qiskit-ibm-runtime](https://github.com/Qiskit/qiskit-ibm-runtime) to permit the latest version.

Updates `qiskit` to 0.45.0
- [Release notes](https://github.com/Qiskit/qiskit/releases)
- [Changelog](https://github.com/Qiskit/qiskit/blob/main/docs/release_notes.rst)
- [Commits](https://github.com/Qiskit/qiskit/commits/0.45.0)

Updates `qiskit-ibm-runtime` to 0.14.0
- [Release notes](https://github.com/Qiskit/qiskit-ibm-runtime/releases)
- [Commits](Qiskit/qiskit-ibm-runtime@0.13.0...0.14.0)

---
updated-dependencies:
- dependency-name: qiskit
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: qiskit-ibm-runtime
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent c04a291 commit 5bcebc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
include_package_data=True,
install_requires=[
"pytket ~= 1.21",
"qiskit ~= 0.44.3",
"qiskit >= 0.44.3,< 0.46.0",
"qiskit-algorithms ~= 0.2.1",
"qiskit-ibm-runtime ~= 0.13.0",
"qiskit-ibm-runtime >= 0.13,< 0.15",
"qiskit-aer ~= 0.13.0",
"qiskit-ibm-provider ~= 0.7.0",
"numpy",
Expand Down

0 comments on commit 5bcebc3

Please sign in to comment.