Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
-
numpy
|
| 4 |
-
opencv
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
gradio
|
|
|
|
| 1 |
+
torch>=2.5.0
|
| 2 |
+
torchvision>=0.20.0
|
| 3 |
+
numpy>=1.26.0
|
| 4 |
+
opencv-python-headless>=4.10.0
|
| 5 |
+
pillow>=11.0.0
|
| 6 |
+
gradio==6.10.0
|
|
|