We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b2667 commit 06b9b0fCopy full SHA for 06b9b0f
setup.py
@@ -62,7 +62,7 @@ def write_version_file():
62
63
readme = open('README.rst').read()
64
65
-pytorch_package_name = os.getenv('TORCHVISION_PYTORCH_DEPENDENCY_NAME', 'torch')
+pytorch_package_name = os.getenv('TORCHVISION_PYTORCH_DEPENDENCY_NAME', 'torch >= 1.1.0')
66
67
requirements = [
68
'numpy',
0 commit comments