Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
|
| 2 |
-
numpy==
|
| 3 |
pandas==2.2.2
|
| 4 |
scikit-learn==1.6.1
|
| 5 |
matplotlib==3.10.0
|
|
@@ -9,4 +9,4 @@ xgboost==2.1.4
|
|
| 9 |
requests==2.32.3
|
| 10 |
huggingface_hub==0.30.1
|
| 11 |
mlflow==2.13.0
|
| 12 |
-
streamlit==1.
|
|
|
|
| 1 |
|
| 2 |
+
numpy==1.26.4
|
| 3 |
pandas==2.2.2
|
| 4 |
scikit-learn==1.6.1
|
| 5 |
matplotlib==3.10.0
|
|
|
|
| 9 |
requests==2.32.3
|
| 10 |
huggingface_hub==0.30.1
|
| 11 |
mlflow==2.13.0
|
| 12 |
+
streamlit==1.52.2
|