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

Resolves https://github.com/ultralytics/yolov5/issues/7638
This commit is contained in:
Glenn Jocher 2022-04-29 12:00:30 -07:00 committed by GitHub
parent b24a576823
commit 488fb0a36a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ opencv-python>=4.1.1
Pillow>=7.1.2 Pillow>=7.1.2
PyYAML>=5.3.1 PyYAML>=5.3.1
requests>=2.23.0 requests>=2.23.0
scipy>=1.4.1 scipy>=1.5
torch>=1.7.0 torch>=1.7.0
torchvision>=0.8.1 torchvision>=0.8.1
tqdm>=4.41.0 tqdm>=4.41.0