nyonyong commited on
Commit
7fda2a3
1 Parent(s): 363e3a1

Directory fix

Browse files
Files changed (1) hide show
  1. TextDetection/requirements.txt +2 -2
TextDetection/requirements.txt CHANGED
@@ -16,8 +16,8 @@ torch>=1.7.0 # see https://pytorch.org/get-started/locally (recommended)
16
  torchvision>=0.8.1
17
  tqdm>=4.64.0
18
  ultralytics>=8.0.111
19
- sklearn
20
- natsort
21
  # protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
22
 
23
  # Logging ---------------------------------------------------------------------
 
16
  torchvision>=0.8.1
17
  tqdm>=4.64.0
18
  ultralytics>=8.0.111
19
+ scikit-learn>=1.3.2
20
+ natsort>=8.4.0
21
  # protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
22
 
23
  # Logging ---------------------------------------------------------------------