Skip to content

Commit

Permalink
remove pytorch-cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 15, 2024
1 parent 4263e51 commit 15f913b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ dependencies:
- pytest-cov
- pytest-forked
- pytest-xdist
- pytorch-cuda=11.8
- pytorch>=2.3,<2.4.0a0
- raft-dask==24.12.*,>=0.0.0a0
- recommonmark
Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies:
- pytest-cov
- pytest-forked
- pytest-xdist
- pytorch-cuda=12.1
- pytorch>=2.3,<2.4.0a0
- raft-dask==24.12.*,>=0.0.0a0
- recommonmark
Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-124_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies:
- pytest-cov
- pytest-forked
- pytest-xdist
- pytorch-cuda=12.4
- pytorch>=2.3,<2.4.0a0
- raft-dask==24.12.*,>=0.0.0a0
- recommonmark
Expand Down
11 changes: 0 additions & 11 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,17 +375,6 @@ dependencies:
- *pytorch_pip
- *tensordict
- {matrix: null, packages: [*pytorch_pip, *tensordict]}
- output_types: [conda]
matrices:
- matrix: {cuda: "12.1"}
packages:
- pytorch-cuda=12.1
- matrix: {cuda: "12.4"}
packages:
- pytorch-cuda=12.4
- matrix: {cuda: "11.*"}
packages:
- pytorch-cuda=11.8

depends_on_rmm:
common:
Expand Down
1 change: 0 additions & 1 deletion python/cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies:
- pytest-cov
- pytest-forked
- pytest-xdist
- pytorch-cuda=11.8
- pytorch>=2.3,<2.4.0a0
- scipy
- tensordict>=0.1.2
Expand Down
1 change: 0 additions & 1 deletion python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies:
- pytest-cov
- pytest-forked
- pytest-xdist
- pytorch-cuda=11.8
- pytorch>=2.3,<2.4.0a0
- pytorch_geometric>=2.5,<2.6
- scipy
Expand Down

0 comments on commit 15f913b

Please sign in to comment.