Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# This file may be used to create an environment using:
|
2 |
# $ conda create --name mimic --file requirements.txt
|
3 |
-
python==3.
|
4 |
xgboost
|
5 |
torchvision
|
6 |
scikit-learn
|
@@ -8,12 +8,13 @@ matplotlib
|
|
8 |
imbalanced-learn
|
9 |
ipywidgets
|
10 |
wget
|
11 |
-
import_ipynb
|
12 |
-
ipywidgets
|
13 |
-
Jinja2
|
14 |
-
matplotlib
|
|
|
|
|
|
|
|
|
15 |
numpy==1.18.5
|
16 |
-
pandas==1.0.5
|
17 |
-
scikit_learn==1.0.2
|
18 |
-
torch==1.6.0
|
19 |
-
tqdm==4.47.0
|
|
|
1 |
# This file may be used to create an environment using:
|
2 |
# $ conda create --name mimic --file requirements.txt
|
3 |
+
python==3.8
|
4 |
xgboost
|
5 |
torchvision
|
6 |
scikit-learn
|
|
|
8 |
imbalanced-learn
|
9 |
ipywidgets
|
10 |
wget
|
11 |
+
import_ipynb
|
12 |
+
ipywidgets
|
13 |
+
Jinja2
|
14 |
+
matplotlib
|
15 |
+
scikit_learn
|
16 |
+
torch
|
17 |
+
tqdm
|
18 |
+
gitpython
|
19 |
numpy==1.18.5
|
20 |
+
pandas==1.0.5
|
|
|
|
|
|