Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask==2.0.1
|
2 |
+
requests==2.28.1
|
3 |
+
pandas==1.3.5
|
4 |
+
numpy==1.21.6
|
5 |
+
scikit-learn==1.0.2
|
6 |
+
xgboost==1.5.2
|
7 |
+
matplotlib==3.5.3
|
8 |
+
tensorflow==2.8.0
|
9 |
+
python-dotenv==0.19.0
|
10 |
+
gunicorn==20.1.0
|