From 15f913b9cf6db812f5c300cebd07b46b45c8de8c Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 15 Oct 2024 14:38:47 -0500 Subject: [PATCH] remove pytorch-cuda --- conda/environments/all_cuda-118_arch-x86_64.yaml | 1 - conda/environments/all_cuda-121_arch-x86_64.yaml | 1 - conda/environments/all_cuda-124_arch-x86_64.yaml | 1 - dependencies.yaml | 11 ----------- .../cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml | 1 - .../cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml | 1 - 6 files changed, 16 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 22b2ce3..d15e5a2 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -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 diff --git a/conda/environments/all_cuda-121_arch-x86_64.yaml b/conda/environments/all_cuda-121_arch-x86_64.yaml index 45951ad..74a07f2 100644 --- a/conda/environments/all_cuda-121_arch-x86_64.yaml +++ b/conda/environments/all_cuda-121_arch-x86_64.yaml @@ -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 diff --git a/conda/environments/all_cuda-124_arch-x86_64.yaml b/conda/environments/all_cuda-124_arch-x86_64.yaml index 1dd928b..002aa33 100644 --- a/conda/environments/all_cuda-124_arch-x86_64.yaml +++ b/conda/environments/all_cuda-124_arch-x86_64.yaml @@ -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 diff --git a/dependencies.yaml b/dependencies.yaml index a94a0a9..4d60123 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -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: diff --git a/python/cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml b/python/cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml index 4911005..acb32ad 100644 --- a/python/cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml +++ b/python/cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml @@ -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 diff --git a/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml b/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml index fd2bcf9..82935b2 100644 --- a/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml +++ b/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml @@ -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