Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit f3b7a01

Browse files
authored
make pytorch dep a lower bound (#2256)
1 parent 4bf6b30 commit f3b7a01

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)