Skip to content

Commit

Permalink
Numpy < 2.0 for all OS.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Oct 30, 2024
1 parent 44e1dd8 commit e572956
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions comfy_cli/uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,6 @@ def make_override(self):
f.write(DependencyCompiler.overrideGpu.format(gpu=self.gpu, gpuUrl=self.gpuUrl))
f.write("\n\n")

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

Expand Down

0 comments on commit e572956

Please sign in to comment.