Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dvmazur authored Mar 3, 2025
1 parent 76afbe4 commit 620f381
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 @@ -64,7 +64,7 @@ def write_version_file(version):

def _get_pytorch_version(is_nightly, is_local):
if "PYTORCH_VERSION" in os.environ:
return f"torch=={os.environ['PYTORCH_VERSION']}"
return f"torch=={os.environ['PYTORCH_VERSION']}"
if is_nightly:
return "torch>=2.7.0.dev"
if is_local:
Expand Down

0 comments on commit 620f381

Please sign in to comment.