Skip to content

Commit

Permalink
[Versioning] New torch version (pytorch#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Apr 25, 2024
1 parent 62a3adb commit 9a9fa5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def _get_pytorch_version(is_nightly):
# if "PYTORCH_VERSION" in os.environ:
# return f"torch=={os.environ['PYTORCH_VERSION']}"
if is_nightly:
return "torch>=2.2.0.dev"
return "torch>=2.1.0"
return "torch>=2.4.0.dev"
return "torch>=2.3.0"


def _get_packages():
Expand Down

0 comments on commit 9a9fa5b

Please sign in to comment.