Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas==2.2.2
|
2 |
+
huggingface_hub==0.32.6
|
3 |
+
streamlit==1.43.2
|
4 |
+
joblib==1.5.1
|
5 |
+
scikit-learn==1.6.0
|
6 |
+
xgboost==2.1.4
|
7 |
+
mlflow==3.0.1
|
8 |
+
Python-dotenv
|