Skip to content

Commit

Permalink
Bump qiskit-ibm-provider from 0.5.2 to 0.6.1 (#154)
Browse files Browse the repository at this point in the history
Bumps [qiskit-ibm-provider](https://github.com/Qiskit/qiskit-ibm-provider) from 0.5.2 to 0.6.1.
- [Release notes](https://github.com/Qiskit/qiskit-ibm-provider/releases)
- [Commits](Qiskit/qiskit-ibm-provider@0.5.2...0.6.1)

---
updated-dependencies:
- dependency-name: qiskit-ibm-provider
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 12, 2023
1 parent 7f0aa6f commit 6895b1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ joblib
pandas
cvxpy==1.3.1
qiskit_machine_learning==0.6.1
qiskit-ibm-provider==0.5.2
qiskit-ibm-provider==0.6.1
qiskit-optimization==0.5.0
qiskit-aer==0.12.0
scipy==1.7.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cython
git+https://github.com/pyRiemann/pyRiemann#egg=pyriemann
qiskit_machine_learning==0.6.1
qiskit-ibm-provider==0.5.2
qiskit-ibm-provider==0.6.1
qiskit-optimization==0.5.0
qiskit-aer==0.12.0
cvxpy==1.3.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
python_requires=">=3.8",
install_requires=['cython', 'pyriemann==0.4',
'qiskit_machine_learning==0.6.1',
'qiskit-ibm-provider==0.5.2',
'qiskit-ibm-provider==0.6.1',
'qiskit-optimization==0.5.0',
'qiskit-aer==0.12.0',
'cvxpy==1.3.1',
Expand Down

0 comments on commit 6895b1c

Please sign in to comment.