Unverified Commit 74ac47e3 authored by Nikita Shulga's avatar Nikita Shulga Committed by GitHub
Browse files

Conda: Add numpy dependency (#4442)

`import torchvision` fails if numpy is not installed, so it should have
an explicit dependency on it (which is already the case for wheel
package)
parent 3266e5c4
......@@ -22,6 +22,7 @@ requirements:
run:
- python
- defaults::numpy >=1.11
- libpng
- ffmpeg >=4.2 # [not win]
- jpeg
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment