Update requirements.txt
Browse files- requirements.txt +1 -1
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.9
|
| 4 |
xgboost
|
| 5 |
torchvision
|
| 6 |
scikit-learn
|
|
|
|
| 1 |
# This file may be used to create an environment using:
|
| 2 |
# $ conda create --name mimic --file requirements.txt
|
| 3 |
+
python==3.9
|
| 4 |
xgboost
|
| 5 |
torchvision
|
| 6 |
scikit-learn
|