Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -15
requirements.txt
CHANGED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
-
torch=
|
| 2 |
-
torchvision=
|
| 3 |
-
opencv-python-headless=
|
| 4 |
-
numpy=
|
| 5 |
-
Pillow=
|
| 6 |
-
lightgbm=
|
| 7 |
-
gradio=
|
| 8 |
-
albumentations=
|
| 9 |
-
scikit-learn=
|
| 10 |
-
pytesseract=
|
| 11 |
-
PyWavelets=
|
| 12 |
-
scipy=
|
| 13 |
-
scikit-image=
|
| 14 |
-
timm=
|
| 15 |
-
pyyaml=
|
|
|
|
|
|
| 1 |
+
torch>=2.5.0
|
| 2 |
+
torchvision>=0.20.0
|
| 3 |
+
opencv-python-headless>=4.8.0
|
| 4 |
+
numpy>=1.24.0
|
| 5 |
+
Pillow>=10.0.0
|
| 6 |
+
lightgbm>=4.0.0
|
| 7 |
+
gradio>=4.16.0
|
| 8 |
+
albumentations>=1.3.0
|
| 9 |
+
scikit-learn>=1.3.0
|
| 10 |
+
pytesseract>=0.3.10
|
| 11 |
+
PyWavelets>=1.4.1
|
| 12 |
+
scipy>=1.11.0
|
| 13 |
+
scikit-image>=0.22.0
|
| 14 |
+
timm>=0.9.7
|
| 15 |
+
pyyaml>=6.0.1
|
| 16 |
+
joblib>=1.3.0
|