Bump `scipy>=1.5` to meet numpy constraints (#7646)
Browse filesResolves https://github.com/ultralytics/yolov5/issues/7638
- 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.
|
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
|