Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
ipykernel
|
2 |
-
numpy
|
3 |
-
pandas
|
4 |
-
scikit-learn
|
5 |
-
matplotlib
|
6 |
-
seaborn
|
7 |
-
fastapi
|
8 |
-
uvicorn
|
9 |
-
requests
|
10 |
-
pydantic
|
11 |
-
xgboost
|
12 |
-
catboost
|
|
|
|
1 |
+
ipykernel
|
2 |
+
numpy
|
3 |
+
pandas
|
4 |
+
scikit-learn
|
5 |
+
matplotlib
|
6 |
+
seaborn
|
7 |
+
fastapi
|
8 |
+
uvicorn
|
9 |
+
requests
|
10 |
+
pydantic
|
11 |
+
xgboost
|
12 |
+
catboost
|
13 |
+
joblib
|