Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +21 -20
requirements.txt
CHANGED
@@ -1,20 +1,21 @@
|
|
1 |
-
torch>=2.0.0
|
2 |
-
torchvision>=0.15.0
|
3 |
-
transformers~=4.32.1
|
4 |
-
matplotlib>=3.7.0
|
5 |
-
pandas>=2.0.0
|
6 |
-
opencv-python>=4.8.0
|
7 |
-
uvicorn>=0.24.0
|
8 |
-
fastapi>=0.104.1
|
9 |
-
gunicorn==21.2.0
|
10 |
-
setuptools>=68.0.0
|
11 |
-
scipy>=1.11.0
|
12 |
-
scikit-learn>=1.3.0
|
13 |
-
websockets>=11.0.0
|
14 |
-
shapely>=2.0.0
|
15 |
-
cython>=3.0.0
|
16 |
-
numpy>=1.24.0
|
17 |
-
pillow~=9.4.0
|
18 |
-
joblib~=1.2.0
|
19 |
-
xgboost==3.0.0
|
20 |
-
joblib
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
torchvision>=0.15.0
|
3 |
+
transformers~=4.32.1
|
4 |
+
matplotlib>=3.7.0
|
5 |
+
pandas>=2.0.0
|
6 |
+
opencv-python>=4.8.0
|
7 |
+
uvicorn>=0.24.0
|
8 |
+
fastapi>=0.104.1
|
9 |
+
gunicorn==21.2.0
|
10 |
+
setuptools>=68.0.0
|
11 |
+
scipy>=1.11.0
|
12 |
+
scikit-learn>=1.3.0
|
13 |
+
websockets>=11.0.0
|
14 |
+
shapely>=2.0.0
|
15 |
+
cython>=3.0.0
|
16 |
+
numpy>=1.24.0
|
17 |
+
pillow~=9.4.0
|
18 |
+
joblib~=1.2.0
|
19 |
+
xgboost==3.0.0
|
20 |
+
joblib
|
21 |
+
python-multipart
|