Skip to content

Commit

Permalink
Bump scipy from 1.11.3 to 1.11.4 (#215)
Browse files Browse the repository at this point in the history
Bumps [scipy](https://github.com/scipy/scipy) from 1.11.3 to 1.11.4.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.11.3...v1.11.4)

---
updated-dependencies:
- dependency-name: scipy
  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 Dec 1, 2023
1 parent 6704465 commit c0f1056
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 @@ -14,7 +14,7 @@ qiskit_machine_learning==0.6.1
qiskit-ibm-provider==0.7.2
qiskit-optimization==0.5.0
qiskit-aer==0.12.2
scipy==1.11.3
scipy==1.11.4
moabb>=1.0.0
pyriemann==0.5
docplex>=2.21.207
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ qiskit-ibm-provider==0.7.2
qiskit-optimization==0.5.0
qiskit-aer==0.12.2
cvxpy==1.4.1
scipy==1.11.3
scipy==1.11.4
docplex>=2.21.207
firebase_admin==6.2.0
tqdm
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'qiskit-optimization==0.5.0',
'qiskit-aer==0.12.2',
'cvxpy==1.4.1',
'scipy==1.11.3',
'scipy==1.11.4',
'docplex>=2.21.207',
'firebase_admin==6.2.0',
'tqdm'
Expand Down

0 comments on commit c0f1056

Please sign in to comment.