Skip to content

Commit 5b7f43e

Browse files
committed
Updates dependency for Python >=3.5
Updates Python package dependencies for Python >=3.5 since some listed packages were for Python >= 3.6.
1 parent f783a51 commit 5b7f43e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ certifi==2020.4.5.1
22
chardet==3.0.4
33
cycler==0.10.0
44
idna==2.9
5-
joblib==0.15.1
6-
kiwisolver==1.2.0
7-
matplotlib==3.2.1
5+
joblib>=0.14.1
6+
kiwisolver>=1.1.0
7+
matplotlib>=3.0.0
88
mne==0.20.5
99
nose==1.3.7
1010
numpy==1.18.5
11-
pandas==1.0.4
11+
pandas>=0.17.0
1212
pyparsing==2.4.7
1313
python-dateutil==2.8.1
1414
pytz==2020.1
1515
requests==2.23.0
16-
scikit-learn==0.23.1
16+
scikit-learn>=0.22
1717
scipy==1.4.1
1818
six==1.15.0
1919
sklearn==0.0

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@
6060
'chardet==3.0.4',
6161
'cycler==0.10.0',
6262
'idna==2.9',
63-
'joblib==0.15.1',
64-
'kiwisolver==1.2.0',
65-
'matplotlib==3.2.1',
63+
'joblib>=0.14.1',
64+
'kiwisolver>=1.1.0',
65+
'matplotlib>=3.0.0',
6666
'mne==0.20.5',
6767
'nose==1.3.7',
6868
'numpy==1.18.5',
69-
'pandas==1.0.4',
69+
'pandas>=0.17.0',
7070
'pyparsing==2.4.7',
7171
'python-dateutil==2.8.1',
7272
'pytz==2020.1',
7373
'requests==2.23.0',
74-
'scikit-learn==0.23.1',
74+
'scikit-learn>=0.22',
7575
'scipy==1.4.1',
7676
'six==1.15.0',
7777
'sklearn==0.0',

0 commit comments

Comments
 (0)