Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Feb 26, 2025
1 parent c885c74 commit 123cba3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion assets/requirements/windows_cpu.compiled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile assets\ComfyUI\requirements.txt assets\ComfyUI\custom_nodes\ComfyUI-Manager\requirements.txt --emit-index-annotation --emit-index-url --index-strategy unsafe-best-match -o assets\requirements\windows_cpu.compiled
# uv pip compile assets\ComfyUI\requirements.txt assets\ComfyUI\custom_nodes\ComfyUI-Manager\requirements.txt --emit-index-annotation --emit-index-url --index-strategy unsafe-best-match -o assets\requirements\windows_cpu.compiled --index-url https://pypi.org/simple
--index-url https://pypi.org/simple

aiohappyeyeballs==2.4.6
Expand All @@ -23,6 +23,9 @@ cffi==1.17.1
# pynacl
# soundfile
# from https://pypi.org/simple
chardet==5.2.0
# via -r assets/ComfyUI/custom_nodes/ComfyUI-Manager/requirements.txt
# from https://pypi.org/simple
charset-normalizer==3.4.1
# via requests
# from https://pypi.org/simple
Expand Down
6 changes: 4 additions & 2 deletions assets/requirements/windows_nvidia.compiled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile assets\ComfyUI\requirements.txt assets\ComfyUI\custom_nodes\ComfyUI-Manager\requirements.txt --emit-index-annotation --emit-index-url --index-strategy unsafe-best-match -o assets\requirements\windows_nvidia.compiled --override assets\override.txt
# uv pip compile assets\ComfyUI\requirements.txt assets\ComfyUI\custom_nodes\ComfyUI-Manager\requirements.txt --emit-index-annotation --emit-index-url --index-strategy unsafe-best-match -o assets\requirements\windows_nvidia.compiled --override assets\override.txt --index-url https://pypi.org/simple --extra-index-url https://download.pytorch.org/whl/cu126
--index-url https://pypi.org/simple
--extra-index-url https://download.pytorch.org/whl/cu126

Expand All @@ -24,6 +24,9 @@ cffi==1.17.1
# pynacl
# soundfile
# from https://pypi.org/simple
chardet==5.2.0
# via -r assets/ComfyUI/custom_nodes/ComfyUI-Manager/requirements.txt
# from https://pypi.org/simple
charset-normalizer==3.4.1
# via requests
# from https://pypi.org/simple
Expand Down Expand Up @@ -113,7 +116,6 @@ networkx==3.4.2
# from https://pypi.org/simple
numpy==1.26.4
# via
# --override assets/override.txt
# -r assets/ComfyUI/requirements.txt
# scipy
# soundfile
Expand Down

0 comments on commit 123cba3

Please sign in to comment.