-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added
assert
to test_compile
. Might still be a bit fragile
- Loading branch information
1 parent
2825212
commit 4295769
Showing
2 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile /home/tel/git/comfy-cli/tests/uv/mock_requirements/core_reqs.txt /home/tel/git/comfy-cli/tests/uv/mock_requirements/x_reqs.txt /home/tel/git/comfy-cli/tests/uv/mock_requirements/y_reqs.txt --index-strategy unsafe-best-match --override /home/tel/git/comfy-cli/tests/temp/test_uv/override.txt -o /home/tel/git/comfy-cli/tests/temp/test_uv/requirements.compiled | ||
mpmath==1.3.0 | ||
# via sympy | ||
numpy==2.0.1 | ||
# via | ||
# --override override.txt | ||
# -r /home/tel/git/comfy-cli/tests/uv/mock_requirements/x_reqs.txt | ||
# -r /home/tel/git/comfy-cli/tests/uv/mock_requirements/y_reqs.txt | ||
sympy==1.13.2 | ||
# via | ||
# --override override.txt | ||
# -r /home/tel/git/comfy-cli/tests/uv/mock_requirements/x_reqs.txt | ||
# -r /home/tel/git/comfy-cli/tests/uv/mock_requirements/y_reqs.txt | ||
tqdm==4.66.4 | ||
# via | ||
# --override override.txt | ||
# -r /home/tel/git/comfy-cli/tests/uv/mock_requirements/core_reqs.txt | ||
# -r /home/tel/git/comfy-cli/tests/uv/mock_requirements/x_reqs.txt | ||
# -r /home/tel/git/comfy-cli/tests/uv/mock_requirements/y_reqs.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters