File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ certifi==2020.4.5.1
2
2
chardet == 3.0.4
3
3
cycler == 0.10.0
4
4
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
8
8
mne == 0.20.5
9
9
nose == 1.3.7
10
10
numpy == 1.18.5
11
- pandas == 1.0.4
11
+ pandas >= 0.17.0
12
12
pyparsing == 2.4.7
13
13
python-dateutil == 2.8.1
14
14
pytz == 2020.1
15
15
requests == 2.23.0
16
- scikit-learn == 0.23.1
16
+ scikit-learn >= 0.22
17
17
scipy == 1.4.1
18
18
six == 1.15.0
19
19
sklearn == 0.0
Original file line number Diff line number Diff line change 60
60
'chardet==3.0.4' ,
61
61
'cycler==0.10.0' ,
62
62
'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 ' ,
66
66
'mne==0.20.5' ,
67
67
'nose==1.3.7' ,
68
68
'numpy==1.18.5' ,
69
- 'pandas==1.0.4 ' ,
69
+ 'pandas>=0.17.0 ' ,
70
70
'pyparsing==2.4.7' ,
71
71
'python-dateutil==2.8.1' ,
72
72
'pytz==2020.1' ,
73
73
'requests==2.23.0' ,
74
- 'scikit-learn==0.23.1 ' ,
74
+ 'scikit-learn>=0.22 ' ,
75
75
'scipy==1.4.1' ,
76
76
'six==1.15.0' ,
77
77
'sklearn==0.0' ,
You can’t perform that action at this time.
0 commit comments