kbarnard commited on
Commit
bef2e5b
1 Parent(s): 5a88aec

pin numpy<2.0 and yolov5==6.2.3

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
- yolov5
2
- tator
3
- gradio
 
1
+ numpy<2.0
2
+ yolov5==6.2.3
3
+ tator