Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
fastapi>=0.68.0
|
2 |
uvicorn>=0.15.0
|
3 |
opencv-python-headless>=4.5.3
|
4 |
-
|
5 |
-
|
|
|
|
|
6 |
pandas>=1.3.0
|
7 |
numpy>=1.21.0
|
8 |
python-multipart>=0.0.5
|
9 |
aiohttp>=3.7.4
|
10 |
office365-rest-python-client>=2.3.12
|
11 |
ffmpeg>=0.2.0
|
12 |
-
joblib
|
13 |
-
scikit-learn
|
14 |
timm
|
|
|
1 |
fastapi>=0.68.0
|
2 |
uvicorn>=0.15.0
|
3 |
opencv-python-headless>=4.5.3
|
4 |
+
torch>=2.0.1
|
5 |
+
torchvision>=0.15.2
|
6 |
+
ultralytics==8.0.19
|
7 |
+
mediapipe==0.10.9
|
8 |
pandas>=1.3.0
|
9 |
numpy>=1.21.0
|
10 |
python-multipart>=0.0.5
|
11 |
aiohttp>=3.7.4
|
12 |
office365-rest-python-client>=2.3.12
|
13 |
ffmpeg>=0.2.0
|
14 |
+
joblib==1.4.2
|
15 |
+
scikit-learn==1.3.0
|
16 |
timm
|