Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: qiskit-ibmq-provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2023
1 parent b3a0d16 commit fae7458
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.0
git+https://github.com/Qiskit/qiskit-machine-learning#egg=qiskit_machine_learning
qiskit-ibmq-provider==0.20.1
qiskit-ibmq-provider==0.20.2
qiskit-optimization==0.5.0
scipy==1.7.3
moabb>=0.4.6
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
git+https://github.com/Qiskit/qiskit-machine-learning#egg=qiskit_machine_learning
qiskit-ibmq-provider==0.20.1
qiskit-ibmq-provider==0.20.2
qiskit-optimization==0.5.0
cvxpy==1.3.0
docplex>=2.21.207
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.7",
install_requires=['cython', 'pyriemann==0.4',
'qiskit_machine_learning==0.5.0',
'qiskit-ibmq-provider==0.20.1',
'qiskit-ibmq-provider==0.20.2',
'qiskit-optimization==0.5.0',
'cvxpy==1.3.0',
'scipy==1.7.3',
Expand Down

0 comments on commit fae7458

Please sign in to comment.