Skip to content

Duplicate torchvision Requirement in requirements.txt #19

Description

@lifewhere

Description

The requirements.txt file contains a duplicate entry for the torchvision package, which may cause confusion during installation and potentially lead to installation errors.

Steps to Reproduce

Check requirements.txt:

torch==2.1.1
torchvision==0.16.1
torchvision==0.16.1
mmcv==1.7.0
...

Proposed Solution

Remove the duplicate entry to have only one instance of torchvision in the requirements file:

torch==2.1.1
torchvision==0.16.1
mmcv==1.7.0
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions