Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -17
requirements.txt
CHANGED
|
@@ -1,18 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
torchvision==0.15.2
|
| 4 |
-
torchaudio==2.0.2
|
| 5 |
-
fastai==2.7.13
|
| 6 |
-
timm==0.9.12
|
| 7 |
groundingdino-py==0.4.0
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
scikit-image==0.21.0
|
| 15 |
-
scipy==1.11.3
|
| 16 |
-
matplotlib==3.7.1
|
| 17 |
-
opencv-python==4.7.0.72
|
| 18 |
-
pycocotools==2.0.6
|
|
|
|
| 1 |
+
numpy==2.0.2
|
| 2 |
+
Pillow==11.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
groundingdino-py==0.4.0
|
| 4 |
+
torch==2.5.1
|
| 5 |
+
torchvision==0.20.1
|
| 6 |
+
pandas==2.2.2
|
| 7 |
+
matplotlib==3.9.2
|
| 8 |
+
typing-extensions==4.12.2
|
| 9 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|