Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
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.2
|
|
|
|
|
|
|
7 |
uvicorn==0.24.0.post1
|
|
|
|
|
|
|
1 |
numpy==1.23.5
|
2 |
pandas==1.5.3
|
|
|
3 |
scikit_learn==1.3.2
|
4 |
+
catboost==1.2.2
|
5 |
+
fastapi==0.104.1
|
6 |
+
pydantic==1.10.9
|
7 |
uvicorn==0.24.0.post1
|