Skip to content

Commit

Permalink
use just pytorch instead of pytorch-gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
tingyu66 committed Jan 6, 2025
1 parent 8e5a0f8 commit 4992680
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 18 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
- pytest-cov
- pytest-forked
- pytest-xdist
- pytorch-gpu>=2.3=*cuda118*
- pytorch>=2.3
- pytorch_geometric>=2.5,<2.6
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rmm==25.2.*,>=0.0.0a0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
- pytest-cov
- pytest-forked
- pytest-xdist
- pytorch-gpu>=2.3=*cuda120*
- pytorch>=2.3
- pytorch_geometric>=2.5,<2.6
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rmm==25.2.*,>=0.0.0a0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-124_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
- pytest-cov
- pytest-forked
- pytest-xdist
- pytorch-gpu>=2.3=*cuda120*
- pytorch>=2.3
- pytorch_geometric>=2.5,<2.6
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rmm==25.2.*,>=0.0.0a0
Expand Down
14 changes: 1 addition & 13 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- pytorch>=2.3
- torchdata
- pydantic
specific:
Expand All @@ -421,19 +422,6 @@ dependencies:
- *pytorch_pip
- *tensordict
- {matrix: null, packages: [*pytorch_pip, *tensordict]}
- output_types: [conda]
# PyTorch will stop publishing conda packages after 2.5.
# Consider switching to conda-forge::pytorch-gpu.
# Note that the CUDA version may differ from the official PyTorch wheels.
matrices:
- matrix: {cuda: "12.*"}
packages:
- pytorch-gpu>=2.3=*cuda120*
- matrix: {cuda: "11.*"}
packages:
- pytorch-gpu>=2.3=*cuda118*
- matrix:
packages:

depends_on_dgl:
specific:
Expand Down
2 changes: 1 addition & 1 deletion python/cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- pytest-benchmark
- pytest-cov
- pytest-xdist
- pytorch-gpu>=2.3=*cuda118*
- pytorch>=2.3
- tensordict>=0.1.2
- torchdata
name: cugraph_dgl_dev_cuda-118
2 changes: 1 addition & 1 deletion python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pytest-benchmark
- pytest-cov
- pytest-xdist
- pytorch-gpu>=2.3=*cuda118*
- pytorch>=2.3
- pytorch_geometric>=2.5,<2.6
- tensordict>=0.1.2
- torchdata
Expand Down

0 comments on commit 4992680

Please sign in to comment.