Skip to content

Commit

Permalink
fix typo in numpy<2 override
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian authored Aug 30, 2024
1 parent 56c2512 commit fd85b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy_cli/uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def make_override(self):
f.write("\n\n")

# TODO: remove numpy<2 override once torch is compatible with numpy>=2
if get_os == OS.WINDOWS:
if get_os() == OS.WINDOWS:
f.write("numpy<2\n")
f.write("\n\n")

Expand Down

0 comments on commit fd85b53

Please sign in to comment.