• Will Frey's avatar
    Add scipy as a dependency to setup.py (#675) · 5123ded4
    Will Frey authored
    * Add scipy as a dependency to setup.py
    
    `scipy` is imported in both the `torchvision.datasets.svhn` module and the `torchvision.models.inception` module.
    
    * Update setup.py
    
    Make scipy optional. It can be installed with `pip install torchvision[scipy]`.
    5123ded4
setup.py 1.65 KB