Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
pandas>=1.3.4
|
2 |
-
numpy>=1.23.3
|
3 |
-
scikit-learn>=1.1.2
|
4 |
-
xgboost>=1.5.0
|
5 |
-
gradio>=3.20.1
|
6 |
joblib >=1.1.0
|
|
|
1 |
+
pandas >=1.3.4
|
2 |
+
numpy >=1.23.3
|
3 |
+
scikit-learn >=1.1.2
|
4 |
+
xgboost >=1.5.0
|
5 |
+
gradio >=3.20.1
|
6 |
joblib >=1.1.0
|