Skip to content

Commit

Permalink
Bump qiskit-algorithms from 0.3.0 to 0.3.1 (#327)
Browse files Browse the repository at this point in the history
Bumps [qiskit-algorithms](https://github.com/qiskit-community/qiskit-algorithms) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/qiskit-community/qiskit-algorithms/releases)
- [Commits](qiskit-community/qiskit-algorithms@0.3.0...0.3.1)

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

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 Nov 1, 2024
1 parent 6a9f737 commit e9a4174
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 @@ -13,7 +13,7 @@ joblib
pandas
cvxpy==1.5.2
qiskit==1.*
qiskit_algorithms==0.3.0
qiskit_algorithms==0.3.1
qiskit_machine_learning==0.7.2
qiskit_ibm_runtime==0.30.0
qiskit-optimization==0.6.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cython
scikit-learn==1.5.2
git+https://github.com/pyRiemann/pyRiemann#egg=pyriemann
qiskit==1.*
qiskit_algorithms==0.3.0
qiskit_algorithms==0.3.1
qiskit_machine_learning==0.7.2
qiskit-ibm-provider==0.11.0
qiskit-optimization==0.6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'cython',
'pyriemann==0.6',
'qiskit==1.*',
'qiskit_algorithms==0.3.0',
'qiskit_algorithms==0.3.1',
'qiskit_machine_learning==0.7.2',
'qiskit_ibm_runtime==0.30.0',
'qiskit-optimization==0.6.1',
Expand Down

0 comments on commit e9a4174

Please sign in to comment.