Skip to content

Commit

Permalink
fix/scikit-learn dependency (#237)
Browse files Browse the repository at this point in the history
* update setup.py
* update requirements.txt
* update doc/requirements.txt
  • Loading branch information
gcattan authored Jan 18, 2024
1 parent 9f3c71f commit 402bbd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ numpydoc
cython
mne[data]>=0.24
seaborn>=0.12.1
scikit-learn
scikit-learn==1.3.2
imbalanced-learn==0.11.0
joblib
pandas
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
numpy<1.27
cython
scikit-learn==1.3.2
git+https://github.com/pyRiemann/pyRiemann#egg=pyriemann
qiskit_machine_learning==0.6.1
qiskit-ibm-provider==0.7.3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
'scipy==1.11.4',
'docplex>=2.21.207',
'firebase_admin==6.2.0',
'scikit-learn==1.3.2',
'tqdm'
],
extras_require={'docs': [
Expand Down

0 comments on commit 402bbd2

Please sign in to comment.