Spaces:
Runtime error
Runtime error
Vedant Jigarbhai Mehta commited on
Commit ·
9b0eb35
1
Parent(s): a05c98a
Relax version pins for Colab Python 3.12 compatibility
Browse files- requirements.txt +16 -16
requirements.txt
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
-
torch=
|
| 2 |
-
torchvision=
|
| 3 |
-
segmentation-models-pytorch=
|
| 4 |
-
timm=
|
| 5 |
-
einops=
|
| 6 |
-
albumentations=
|
| 7 |
-
opencv-python-headless=
|
| 8 |
-
scikit-learn=
|
| 9 |
-
matplotlib=
|
| 10 |
-
numpy=
|
| 11 |
-
Pillow=
|
| 12 |
-
PyYAML=
|
| 13 |
-
tqdm=
|
| 14 |
-
tensorboard=
|
| 15 |
-
gradio=
|
| 16 |
-
gdown=
|
|
|
|
| 1 |
+
torch>=2.2.0
|
| 2 |
+
torchvision>=0.17.0
|
| 3 |
+
segmentation-models-pytorch>=0.3.3
|
| 4 |
+
timm>=0.9.12
|
| 5 |
+
einops>=0.7.0
|
| 6 |
+
albumentations>=1.3.1
|
| 7 |
+
opencv-python-headless>=4.9.0
|
| 8 |
+
scikit-learn>=1.4.0
|
| 9 |
+
matplotlib>=3.8.0
|
| 10 |
+
numpy>=1.26.0
|
| 11 |
+
Pillow>=10.0.0
|
| 12 |
+
PyYAML>=6.0.1
|
| 13 |
+
tqdm>=4.66.0
|
| 14 |
+
tensorboard>=2.15.0
|
| 15 |
+
gradio>=4.14.0
|
| 16 |
+
gdown>=5.1.0
|