Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump scipy from 1.7.3 to 1.10.1 #106

Merged
merged 4 commits into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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