Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1,2 +1,9 @@
|
|
1 |
pycaret==2.3.10
|
2 |
-
scikit-learn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
pycaret==2.3.10
|
2 |
+
scikit-learn==0.23.2
|
3 |
+
gradio==3.50.2
|
4 |
+
imbalanced-learn==0.8.0
|
5 |
+
pandas==1.1.5
|
6 |
+
numpy==1.19.5
|
7 |
+
jinja2==3.1.2
|
8 |
+
requests==2.31.0
|
9 |
+
shutilwhich==1.1.0
|