Upload folder using huggingface_hub
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
pandas
|
| 2 |
-
numpy
|
| 3 |
scikit-learn==1.6.1
|
| 4 |
-
huggingface_hub
|
| 5 |
-
streamlit
|
| 6 |
-
joblib
|
|
|
|
|
|
| 1 |
+
pandas==2.2.2
|
| 2 |
+
numpy==2.0.2
|
| 3 |
scikit-learn==1.6.1
|
| 4 |
+
huggingface_hub==0.32.6
|
| 5 |
+
streamlit==1.43.2
|
| 6 |
+
joblib==1.5.1
|
| 7 |
+
mlflow==3.0.1
|