Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 9 |
python-multipart
|
|
|
|
| 1 |
+
numpy<2.0
|
| 2 |
+
fastapi
|
| 3 |
+
uvicorn
|
| 4 |
+
tensorflow
|
| 5 |
+
scikit-learn==1.2.2
|
| 6 |
+
pandas
|
| 7 |
+
joblib
|
| 8 |
+
pillow
|
| 9 |
+
opencv-python-headless
|
| 10 |
python-multipart
|