Skip to content

Commit

Permalink
Bump scipy from 1.7.3 to 1.10.1 (#106)
Browse files Browse the repository at this point in the history
* Bump scipy from 1.7.3 to 1.10.1

Bumps [scipy](https://github.com/scipy/scipy) from 1.7.3 to 1.10.1.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.7.3...v1.10.1)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update setup.py

ignore last numpy version

* Update requirements.txt

* Update requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gcattan <gcattan@hotmail.fr>
  • Loading branch information
dependabot[bot] and gcattan authored Jun 20, 2023
1 parent dec764b commit 8975d83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy<1.24
sphinx-gallery
sphinx-bootstrap_theme
numpydoc
Expand All @@ -12,7 +13,7 @@ qiskit_machine_learning==0.6.1
qiskit-ibm-provider==0.6.1
qiskit-optimization==0.5.0
qiskit-aer==0.12.0
scipy==1.7.3
scipy==1.10.1
moabb>=0.4.6
pyriemann==0.4
docplex>=2.21.207
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy<1.24
cython
git+https://github.com/pyRiemann/pyRiemann#egg=pyriemann
qiskit_machine_learning==0.6.1
Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,16 @@
},
platforms='any',
python_requires=">=3.8",
install_requires=['cython', 'pyriemann==0.4',
install_requires=[
'numpy<1.24',
'cython',
'pyriemann==0.4',
'qiskit_machine_learning==0.6.1',
'qiskit-ibm-provider==0.6.1',
'qiskit-optimization==0.5.0',
'qiskit-aer==0.12.0',
'cvxpy==1.3.1',
'scipy==1.7.3',
'scipy==1.10.1',
'docplex>=2.21.207',
'firebase_admin==6.1.0',
'tqdm'
Expand Down

0 comments on commit 8975d83

Please sign in to comment.