Browse Source

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

Resolves https://github.com/ultralytics/yolov5/issues/7638
modifyDataloader
Glenn Jocher GitHub 2 years ago
parent
commit
488fb0a36a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      requirements.txt

+ 1
- 1
requirements.txt View File

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

Loading…
Cancel
Save