Mirko Trasciatti commited on
Commit
59991e6
·
1 Parent(s): f7fc0c4

Pin ultralytics to version supporting YOLOv13

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -6,6 +6,6 @@ pillow
6
  opencv-python
7
  imageio[pyav]
8
  spaces
9
- ultralytics
10
 
11
 
 
6
  opencv-python
7
  imageio[pyav]
8
  spaces
9
+ ultralytics>=8.3.70
10
 
11