Skip to content

Commit de3e711

Browse files
NicolasHugatalman
authored andcommitted
make pytorch dep a lower bound (pytorch#2256)
1 parent 7da058f commit de3e711

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
@@ -66,7 +66,7 @@ def _init_submodule():
6666

6767
pytorch_package_dep = "torch"
6868
if pytorch_package_version is not None:
69-
pytorch_package_dep += "==" + pytorch_package_version
69+
pytorch_package_dep += ">=" + pytorch_package_version
7070

7171

7272
class clean(distutils.command.clean.clean):

0 commit comments

Comments
 (0)