Skip to content

Commit c616cb6

Browse files
committed
Updates requirements.txt
Updates requirements.txt to specify the development environment by using exact package versions.
1 parent b361877 commit c616cb6

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

requirements.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
certifi>=2016.8.2
2-
chardet>=3.0.0
3-
cycler>=0.10.0
4-
idna>=2.2
5-
joblib>=0.11
6-
kiwisolver>=1.1.0
7-
matplotlib>=2.0.0
8-
mne>=0.18.0
9-
nose>=1.3.7
10-
numpy>=1.10.1
11-
pandas>=0.17.0
12-
pyparsing>=2.0.4
13-
python-dateutil>=2.4.2
14-
pytz>=2018.3
15-
requests>=2.8.1
16-
scikit-learn>=0.18
17-
scipy>=0.17.0
18-
six>=0.9.0
19-
sklearn>=0.0
20-
threadpoolctl>=1.0.0
21-
urllib3>=1.22
1+
certifi==2020.4.5.1
2+
chardet==3.0.4
3+
cycler==0.10.0
4+
idna==2.9
5+
joblib==0.14.1
6+
kiwisolver==1.2.0
7+
matplotlib==3.2.1
8+
mne==0.20.5
9+
nose==1.3.7
10+
numpy==1.18.5
11+
pandas==1.0.3
12+
pyparsing==2.4.7
13+
python-dateutil==2.8.1
14+
pytz==2020.1
15+
requests==2.23.0
16+
scikit-learn==0.22.2.post1
17+
scipy==1.4.1
18+
six==1.15.0
19+
sklearn==0.0
20+
threadpoolctl==2.1.0
21+
urllib3==1.25.9

0 commit comments

Comments
 (0)