Commit c7a4ca99 authored by Soumith Chintala's avatar Soumith Chintala
Browse files

Revert "bump pytorch minimum constraint to 1.1.0"

This reverts commit 06b9b0fc.
parent 14b1bc9c
...@@ -62,7 +62,7 @@ write_version_file() ...@@ -62,7 +62,7 @@ write_version_file()
readme = open('README.rst').read() readme = open('README.rst').read()
pytorch_package_name = os.getenv('TORCHVISION_PYTORCH_DEPENDENCY_NAME', 'torch >= 1.1.0') pytorch_package_name = os.getenv('TORCHVISION_PYTORCH_DEPENDENCY_NAME', 'torch')
requirements = [ requirements = [
'numpy', '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