Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
catboost==1.2.2
|
2 |
+
fastapi==0.104.1
|
3 |
+
numpy==1.23.5
|
4 |
+
pandas==1.5.3
|
5 |
+
pydantic==1.10.9
|
6 |
+
scikit_learn==1.3.0
|
7 |
+
scikit_learn==1.3.2
|
8 |
+
streamlit==1.25.0
|
9 |
+
streamlit==1.28.1
|
10 |
+
uvicorn==0.24.0.post1
|