Skip to content

Commit

Permalink
removed patch that forced numpy<2 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Sep 13, 2024
1 parent 43dd482 commit fa604a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions comfy_cli/uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,11 +399,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")

completed = DependencyCompiler.Compile(
cwd=self.cwd,
reqFiles=self.reqFilesCore,
Expand Down

0 comments on commit fa604a2

Please sign in to comment.