Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
pandas
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
numpy
|
| 4 |
-
scikit-learn
|
| 5 |
-
joblib
|
| 6 |
huggingface_hub
|
| 7 |
setuptools<70
|
|
|
|
| 1 |
+
streamlit>=1.28.0
|
| 2 |
+
pandas>=2.0.0
|
| 3 |
+
joblib>=1.3.0
|
| 4 |
+
plotly>=5.17.0
|
| 5 |
+
huggingface-hub>=0.17.0
|
| 6 |
+
scikit-learn>=1.3.0
|
| 7 |
numpy
|
|
|
|
|
|
|
| 8 |
huggingface_hub
|
| 9 |
setuptools<70
|