Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -12
requirements.txt
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
joblib
|
| 4 |
-
scikit-learn
|
| 5 |
-
pandas
|
| 6 |
-
numpy
|
| 7 |
-
xgboost
|
| 8 |
-
transformers
|
| 9 |
-
torch
|
| 10 |
-
Pillow
|
| 11 |
-
python-multipart
|
| 12 |
-
torch==2.2.2+cpu --index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
joblib
|
| 4 |
+
scikit-learn
|
| 5 |
+
pandas
|
| 6 |
+
numpy
|
| 7 |
+
xgboost
|
| 8 |
+
transformers
|
| 9 |
+
torch
|
| 10 |
+
Pillow
|
| 11 |
+
python-multipart
|
|
|