Chia Woon Yap commited on
Update requirements.txt
Browse files- requirements.txt +9 -17
requirements.txt
CHANGED
|
@@ -1,18 +1,10 @@
|
|
| 1 |
# Core dependencies
|
| 2 |
-
gradio
|
| 3 |
-
pandas>=1.
|
| 4 |
-
numpy>=1.
|
| 5 |
-
joblib>=1.
|
| 6 |
-
plotly>=5.
|
| 7 |
-
huggingface-hub>=0.
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
# huggingface-hub==0.17.3
|
| 12 |
-
|
| 13 |
-
# Optional: For scikit-learn models (if your joblib files contain sklearn models)
|
| 14 |
-
# scikit-learn==1.3.0
|
| 15 |
-
|
| 16 |
-
# Optional: For XGBoost models (if your joblib files contain xgboost models)
|
| 17 |
-
xgboost==1.7.6
|
| 18 |
-
|
|
|
|
| 1 |
# Core dependencies
|
| 2 |
+
gradio==3.42.0
|
| 3 |
+
pandas>=1.3.0
|
| 4 |
+
numpy>=1.21.0
|
| 5 |
+
joblib>=1.1.0
|
| 6 |
+
plotly>=5.8.0
|
| 7 |
+
huggingface-hub>=0.4.0
|
| 8 |
+
scikit-learn>=1.0.0
|
| 9 |
+
xgboost>=1.5.0
|
| 10 |
+
groq>=0.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|