Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
ultralytics
|
2 |
opencv-python
|
3 |
gradio
|
4 |
numpy
|
5 |
Pillow
|
6 |
-
torch
|
|
|
1 |
+
ultralytics>=8.2.0
|
2 |
opencv-python
|
3 |
gradio
|
4 |
numpy
|
5 |
Pillow
|
6 |
+
torch>=2.6.0
|