Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +15 -15
requirements.txt
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
-
opencv-python
|
| 4 |
-
matplotlib
|
| 5 |
-
scikit-learn
|
| 6 |
-
ultralyticsplus
|
| 7 |
-
numpy
|
| 8 |
-
albumentations
|
| 9 |
-
tqdm
|
| 10 |
-
transformers
|
| 11 |
-
scipy
|
| 12 |
-
comet_ml
|
| 13 |
-
pandas
|
| 14 |
-
scikit-image
|
| 15 |
-
pathlib
|
|
|
|
| 1 |
+
torch==2.5.1
|
| 2 |
+
torchvision==0.20.1
|
| 3 |
+
opencv-python==4.11.0.86
|
| 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 |
+
scipy==1.15.3
|
| 12 |
+
comet_ml==3.55.0
|
| 13 |
+
pandas==2.3.3
|
| 14 |
+
scikit-image==0.25.2
|
| 15 |
+
pathlib==1.0.1
|