Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Nov 4, 2024
1 parent c96f18a commit 9b5c591
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 698 deletions.
71 changes: 30 additions & 41 deletions crates/uv/tests/it/pip_compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7179,7 +7179,7 @@ fn universal_transitive_disjoint_locals() -> Result<()> {
# -r requirements.in
# torchvision
# triton
torchvision==0.15.1
torchvision==0.15.1+rocm5.4.2
# via -r requirements.in
triton==2.0.0 ; platform_machine == 'x86_64' and platform_system == 'Linux'
# via torch
Expand Down Expand Up @@ -7539,6 +7539,7 @@ fn universal_nested_overlapping_local_requirement() -> Result<()> {
# via -r requirements.in
filelock==3.13.1
# via
# pytorch-triton-rocm
# torch
# triton
fsspec==2024.3.1 ; platform_machine != 'x86_64'
Expand All @@ -7557,6 +7558,8 @@ fn universal_nested_overlapping_local_requirement() -> Result<()> {
# via sympy
networkx==3.2.1
# via torch
pytorch-triton-rocm==2.3.0 ; platform_machine != 'x86_64'
# via torch
sympy==1.12
# via torch
tbb==2021.11.0 ; platform_machine != 'x86_64' and platform_system == 'Windows'
Expand All @@ -7566,15 +7569,15 @@ fn universal_nested_overlapping_local_requirement() -> Result<()> {
# -r requirements.in
# example
# triton
torch==2.3.0 ; platform_machine != 'x86_64'
torch==2.3.0+rocm6.0 ; platform_machine != 'x86_64'
# via -r requirements.in
triton==2.0.0 ; platform_machine == 'x86_64' and platform_system == 'Linux'
# via torch
typing-extensions==4.10.0
# via torch
----- stderr -----
Resolved 17 packages in [TIME]
Resolved 18 packages in [TIME]
"###
);

Expand Down Expand Up @@ -7613,6 +7616,7 @@ fn universal_nested_overlapping_local_requirement() -> Result<()> {
# via -r requirements.in
filelock==3.13.1
# via
# pytorch-triton-rocm
# torch
# triton
fsspec==2024.3.1 ; platform_machine != 'x86_64'
Expand All @@ -7631,6 +7635,8 @@ fn universal_nested_overlapping_local_requirement() -> Result<()> {
# via sympy
networkx==3.2.1
# via torch
pytorch-triton-rocm==2.3.0 ; platform_machine != 'x86_64'
# via torch
sympy==1.12
# via torch
tbb==2021.11.0 ; platform_machine != 'x86_64' and platform_system == 'Windows'
Expand All @@ -7640,15 +7646,15 @@ fn universal_nested_overlapping_local_requirement() -> Result<()> {
# -r requirements.in
# example
# triton
torch==2.3.0 ; platform_machine != 'x86_64'
torch==2.3.0+rocm6.0 ; platform_machine != 'x86_64'
# via -r requirements.in
triton==2.0.0 ; platform_machine == 'x86_64' and platform_system == 'Linux'
# via torch
typing-extensions==4.10.0
# via torch
----- stderr -----
Resolved 17 packages in [TIME]
Resolved 18 packages in [TIME]
"###
);

Expand Down Expand Up @@ -7698,6 +7704,7 @@ fn universal_nested_disjoint_local_requirement() -> Result<()> {
# via -r requirements.in
filelock==3.13.1
# via
# pytorch-triton-rocm
# torch
# triton
fsspec==2024.3.1 ; os_name != 'Linux'
Expand All @@ -7716,36 +7723,7 @@ fn universal_nested_disjoint_local_requirement() -> Result<()> {
# via sympy
networkx==3.2.1
# via torch
nvidia-cublas-cu12==12.1.3.1 ; os_name != 'Linux' and platform_machine == 'x86_64' and platform_system == 'Linux'
# via
# nvidia-cudnn-cu12
# nvidia-cusolver-cu12
# torch
nvidia-cuda-cupti-cu12==12.1.105 ; os_name != 'Linux' and platform_machine == 'x86_64' and platform_system == 'Linux'
# via torch
nvidia-cuda-nvrtc-cu12==12.1.105 ; os_name != 'Linux' and platform_machine == 'x86_64' and platform_system == 'Linux'
# via torch
nvidia-cuda-runtime-cu12==12.1.105 ; os_name != 'Linux' and platform_machine == 'x86_64' and platform_system == 'Linux'
# via torch
nvidia-cudnn-cu12==8.9.2.26 ; os_name != 'Linux' and platform_machine == 'x86_64' and platform_system == 'Linux'
# via torch
nvidia-cufft-cu12==11.0.2.54 ; os_name != 'Linux' and platform_machine == 'x86_64' and platform_system == 'Linux'
# via torch
nvidia-curand-cu12==10.3.2.106 ; os_name != 'Linux' and platform_machine == 'x86_64' and platform_system == 'Linux'
# via torch
nvidia-cusolver-cu12==11.4.5.107 ; os_name != 'Linux' and platform_machine == 'x86_64' and platform_system == 'Linux'
# via torch
nvidia-cusparse-cu12==12.1.0.106 ; os_name != 'Linux' and platform_machine == 'x86_64' and platform_system == 'Linux'
# via
# nvidia-cusolver-cu12
# torch
nvidia-nccl-cu12==2.20.5 ; os_name != 'Linux' and platform_machine == 'x86_64' and platform_system == 'Linux'
# via torch
nvidia-nvjitlink-cu12==12.4.99 ; os_name != 'Linux' and platform_machine == 'x86_64' and platform_system == 'Linux'
# via
# nvidia-cusolver-cu12
# nvidia-cusparse-cu12
nvidia-nvtx-cu12==12.1.105 ; os_name != 'Linux' and platform_machine == 'x86_64' and platform_system == 'Linux'
pytorch-triton-rocm==2.3.0 ; os_name != 'Linux'
# via torch
sympy==1.12
# via torch
Expand All @@ -7760,15 +7738,15 @@ fn universal_nested_disjoint_local_requirement() -> Result<()> {
# -r requirements.in
# example
# triton
torch==2.3.0 ; os_name != 'Linux'
torch==2.3.0+rocm6.0 ; os_name != 'Linux'
# via -r requirements.in
triton==2.0.0 ; os_name == 'Linux' and platform_machine == 'x86_64' and platform_system == 'Linux'
# via torch
typing-extensions==4.10.0
# via torch
----- stderr -----
Resolved 30 packages in [TIME]
Resolved 19 packages in [TIME]
"###
);

Expand Down Expand Up @@ -8515,14 +8493,20 @@ fn universal_marker_propagation() -> Result<()> {
# via requests
charset-normalizer==3.3.2
# via requests
cmake==3.28.4 ; platform_machine == 'x86_64'
# via pytorch-triton-rocm
filelock==3.13.1
# via torch
# via
# pytorch-triton-rocm
# torch
fsspec==2024.3.1 ; platform_machine != 'x86_64'
# via torch
idna==3.6
# via requests
jinja2==3.1.3
# via torch
lit==18.1.2 ; platform_machine == 'x86_64'
# via pytorch-triton-rocm
markupsafe==2.1.5
# via jinja2
mpmath==1.3.0
Expand All @@ -8533,15 +8517,20 @@ fn universal_marker_propagation() -> Result<()> {
# via torchvision
pillow==10.2.0
# via torchvision
pytorch-triton-rocm==2.0.2 ; platform_machine == 'x86_64'
# via torch
pytorch-triton-rocm==2.2.0 ; platform_machine != 'x86_64'
# via torch
requests==2.31.0
# via torchvision
sympy==1.12
# via torch
torch==2.0.0 ; platform_machine == 'x86_64'
torch==2.0.0+rocm5.4.2 ; platform_machine == 'x86_64'
# via
# -r requirements.in
# pytorch-triton-rocm
# torchvision
torch==2.2.0 ; platform_machine != 'x86_64'
torch==2.2.0+rocm5.7 ; platform_machine != 'x86_64'
# via
# -r requirements.in
# torchvision
Expand All @@ -8556,7 +8545,7 @@ fn universal_marker_propagation() -> Result<()> {
----- stderr -----
warning: The requested Python version 3.8 is not available; 3.12.[X] will be used to build dependencies instead.
Resolved 19 packages in [TIME]
Resolved 23 packages in [TIME]
"###
);

Expand Down
Loading

0 comments on commit 9b5c591

Please sign in to comment.