Skip to content

Document the "scipy" extra #1842

@IRDonch

Description

@IRDonch

Torchvision's setup.py defines a scipy extra that pulls in the scipy dependency that is needed by some of Torchvision's modules. This lets you use torchvision[scipy] as an argument to pip install, which is good, since it's a way to explicitly state that you're installing SciPy as a dependency of Torchvision.

However, this extra doesn't seem to be documented anywhere, so it's unclear whether doing pip install torchvision[scipy] is officially supported. It would be nice if this was documented in the README or elsewhere.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions