We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ecd9c commit ad8a70cCopy full SHA for ad8a70c
vision_encoder/setup.py
@@ -42,6 +42,6 @@
42
keywords="pytorch pretrained models efficientnet mobilenetv3 mnasnet",
43
packages=find_packages(exclude=["convert", "tests", "results"]),
44
include_package_data=True,
45
- install_requires=["torch >= 1.4", "torchvision"],
+ install_requires=[],
46
python_requires=">=3.6",
47
)
0 commit comments