rodrigomasini commited on
Commit
1b2639c
·
verified ·
1 Parent(s): 39ba005

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -8,7 +8,7 @@ numpy
8
  shapely
9
  pyclipper
10
  alphabet_detector
11
- numpy<2
12
  #torch==2.1.2
13
  onnxruntime==1.17.3
14
  ultralytics==8.2.29
 
8
  shapely
9
  pyclipper
10
  alphabet_detector
11
+ numpy>=1.22,<2.0
12
  #torch==2.1.2
13
  onnxruntime==1.17.3
14
  ultralytics==8.2.29