Skip to content

Commit

Permalink
fix requirements (#25)
Browse files Browse the repository at this point in the history
* fix requirements

* Update requirements.txt

* Update setup.py

* Update requirements.txt

* Update setup.py

* Update requirements.txt

* Update setup.py

* Update requirements.txt

* Update setup.py

* Update requirements.txt

* Update setup.py
  • Loading branch information
gcattan authored Jun 7, 2024
1 parent f39ebca commit d74ff52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mne==0.24.1
mne>=0.24.1
pyriemann>=0.2.6
setuptools>=40.6.3
scipy==1.14
scipy==1.12.0
matplotlib>=3.4.3
scikit_learn>=0.23
scikit_learn==1.4.0
pooch==1.8.1
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@
"setuptools>=40.6.3",
"numpy>=1.13.3"],
install_requires=[
"mne==0.24.1",
"mne>=0.24.1",
"pyriemann>=0.2.6",
"scipy>=1.8",
"scikit_learn>=0.23",
"scipy==1.12.0",
"scikit_learn==1.4.0",
"matplotlib>=3.4.3",
"pooch==1.8.1"],
# List additional groups of dependencies here (e.g. development
Expand Down

0 comments on commit d74ff52

Please sign in to comment.