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)
Showing
Please register or sign in to comment
`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)