Commit 06b9b0fc authored by Soumith Chintala's avatar Soumith Chintala
Browse files

bump pytorch minimum constraint to 1.1.0

parent 76b26679
......@@ -62,7 +62,7 @@ write_version_file()
readme = open('README.rst').read()
pytorch_package_name = os.getenv('TORCHVISION_PYTORCH_DEPENDENCY_NAME', 'torch')
pytorch_package_name = os.getenv('TORCHVISION_PYTORCH_DEPENDENCY_NAME', 'torch >= 1.1.0')
requirements = [
'numpy',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment