Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +18 -9
requirements.txt
CHANGED
|
@@ -1,15 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch==2.5.1
|
| 2 |
torchvision==0.20.1
|
| 3 |
-
|
| 4 |
-
matplotlib==3.10.7
|
| 5 |
-
scikit-learn==1.7.2
|
| 6 |
-
ultralyticsplus==0.1.0
|
| 7 |
numpy==2.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
albumentations==2.0.8
|
| 9 |
tqdm==4.67.1
|
| 10 |
transformers==4.57.3
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
| 1 |
+
--index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
--extra-index-url https://pypi.org/simple
|
| 3 |
+
|
| 4 |
torch==2.5.1
|
| 5 |
torchvision==0.20.1
|
| 6 |
+
|
|
|
|
|
|
|
|
|
|
| 7 |
numpy==2.0.1
|
| 8 |
+
scipy==1.15.3
|
| 9 |
+
scikit-image==0.25.2
|
| 10 |
+
scikit-learn==1.7.2
|
| 11 |
+
pandas==2.3.3
|
| 12 |
+
|
| 13 |
+
opencv-python-headless==4.11.0.86
|
| 14 |
+
matplotlib==3.10.7
|
| 15 |
+
|
| 16 |
albumentations==2.0.8
|
| 17 |
tqdm==4.67.1
|
| 18 |
transformers==4.57.3
|
| 19 |
+
|
| 20 |
+
ultralytics==8.3.65
|
| 21 |
+
ultralyticsplus==0.1.0
|
| 22 |
+
protobuf==3.20.3
|
| 23 |
+
|
| 24 |
+
comet-ml==3.55.0
|