Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Please use python V 3.7 to be compatible with all packages
|
2 |
gpytorch==1.5.0
|
3 |
torch==1.13
|
4 |
-
scikit-learn
|
5 |
pyyaml==5.4.1
|
6 |
seaborn==0.11.2
|
7 |
xgboost==1.4.0
|
|
|
1 |
# Please use python V 3.7 to be compatible with all packages
|
2 |
gpytorch==1.5.0
|
3 |
torch==1.13
|
4 |
+
scikit-learn #==0.24.2
|
5 |
pyyaml==5.4.1
|
6 |
seaborn==0.11.2
|
7 |
xgboost==1.4.0
|