Skip to content

Commit 06b9b0f

Browse files
committed
bump pytorch minimum constraint to 1.1.0
1 parent 76b2667 commit 06b9b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def write_version_file():
6262

6363
readme = open('README.rst').read()
6464

65-
pytorch_package_name = os.getenv('TORCHVISION_PYTORCH_DEPENDENCY_NAME', 'torch')
65+
pytorch_package_name = os.getenv('TORCHVISION_PYTORCH_DEPENDENCY_NAME', 'torch >= 1.1.0')
6666

6767
requirements = [
6868
'numpy',

0 commit comments

Comments
 (0)