Skip to content

Commit

Permalink
make pytorch dep a lower bound (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored Apr 10, 2024
1 parent 4bf6b30 commit f3b7a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _init_submodule():

pytorch_package_dep = "torch"
if pytorch_package_version is not None:
pytorch_package_dep += "==" + pytorch_package_version
pytorch_package_dep += ">=" + pytorch_package_version


class clean(distutils.command.clean.clean):
Expand Down

0 comments on commit f3b7a01

Please sign in to comment.