Skip to content

Commit

Permalink
make pytorch dep a lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Apr 10, 2024
1 parent ecb9ebc commit 058f9ab
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 058f9ab

Please sign in to comment.