Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
# Please use python V 3.7 to be compatible with all packages
|
|
|
2 |
gpytorch==1.5.0
|
3 |
torch==1.9.0
|
4 |
scikit-learn==0.24.2
|
@@ -12,5 +13,4 @@ catboost==0.26.1
|
|
12 |
auto-sklearn==0.14.5
|
13 |
hyperopt==0.2.5
|
14 |
configspace==0.4.21
|
15 |
-
# autogluon==0.4.0
|
16 |
-
gradio==3.3.1
|
|
|
1 |
# Please use python V 3.7 to be compatible with all packages
|
2 |
+
gradio>3.2.1
|
3 |
gpytorch==1.5.0
|
4 |
torch==1.9.0
|
5 |
scikit-learn==0.24.2
|
|
|
13 |
auto-sklearn==0.14.5
|
14 |
hyperopt==0.2.5
|
15 |
configspace==0.4.21
|
16 |
+
# autogluon==0.4.0
|
|