glenn-jocher commited on
Commit
488fb0a
1 Parent(s): b24a576

Bump `scipy>=1.5` to meet numpy constraints (#7646)

Browse files

Resolves https://github.com/ultralytics/yolov5/issues/7638

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -7,7 +7,7 @@ opencv-python>=4.1.1
7
  Pillow>=7.1.2
8
  PyYAML>=5.3.1
9
  requests>=2.23.0
10
- scipy>=1.4.1
11
  torch>=1.7.0
12
  torchvision>=0.8.1
13
  tqdm>=4.41.0
 
7
  Pillow>=7.1.2
8
  PyYAML>=5.3.1
9
  requests>=2.23.0
10
+ scipy>=1.5
11
  torch>=1.7.0
12
  torchvision>=0.8.1
13
  tqdm>=4.41.0