diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 985c170..aaef934 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -17,7 +17,7 @@ dependencies: - cupy>=12.0.0 - cython>=3.0.0 - dask-cudf==24.12.*,>=0.0.0a0 -- dglteam/label/th23_cu118::dgl +- dglteam/label/th23_cu118::dgl>=2.4.0.th23.cu* - doxygen - graphviz - ipython @@ -40,7 +40,7 @@ dependencies: - pytest-forked - pytest-xdist - pytorch-cuda=11.8 -- pytorch::pytorch>=2.0,<2.4.0a0 +- pytorch::pytorch>=2.3,<2.4.0a0 - pytorch_geometric>=2.5,<2.6 - raft-dask==24.12.*,>=0.0.0a0 - rapids-build-backend>=0.3.0,<0.4.0.dev0 diff --git a/conda/environments/all_cuda-121_arch-x86_64.yaml b/conda/environments/all_cuda-121_arch-x86_64.yaml index 44e6935..e6422ee 100644 --- a/conda/environments/all_cuda-121_arch-x86_64.yaml +++ b/conda/environments/all_cuda-121_arch-x86_64.yaml @@ -18,7 +18,7 @@ dependencies: - cupy>=12.0.0 - cython>=3.0.0 - dask-cudf==24.12.*,>=0.0.0a0 -- dglteam/label/th23_cu121::dgl +- dglteam/label/th23_cu121::dgl>=2.4.0.th23.cu* - doxygen - graphviz - ipython @@ -45,7 +45,7 @@ dependencies: - pytest-forked - pytest-xdist - pytorch-cuda=12.1 -- pytorch::pytorch>=2.0,<2.4.0a0 +- pytorch::pytorch>=2.3,<2.4.0a0 - pytorch_geometric>=2.5,<2.6 - raft-dask==24.12.*,>=0.0.0a0 - rapids-build-backend>=0.3.0,<0.4.0.dev0 diff --git a/conda/environments/all_cuda-124_arch-x86_64.yaml b/conda/environments/all_cuda-124_arch-x86_64.yaml index f3860dd..47a7a9b 100644 --- a/conda/environments/all_cuda-124_arch-x86_64.yaml +++ b/conda/environments/all_cuda-124_arch-x86_64.yaml @@ -18,7 +18,7 @@ dependencies: - cupy>=12.0.0 - cython>=3.0.0 - dask-cudf==24.12.*,>=0.0.0a0 -- dglteam/label/th23_cu121::dgl +- dglteam/label/th23_cu121::dgl>=2.4.0.th23.cu* - doxygen - graphviz - ipython @@ -45,7 +45,7 @@ dependencies: - pytest-forked - pytest-xdist - pytorch-cuda=12.1 -- pytorch::pytorch>=2.0,<2.4.0a0 +- pytorch::pytorch>=2.3,<2.4.0a0 - pytorch_geometric>=2.5,<2.6 - raft-dask==24.12.*,>=0.0.0a0 - rapids-build-backend>=0.3.0,<0.4.0.dev0 diff --git a/dependencies.yaml b/dependencies.yaml index 55dcbfd..37b9262 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -387,7 +387,7 @@ dependencies: common: - output_types: [conda] packages: - - pytorch::pytorch>=2.0,<2.4.0a0 + - pytorch::pytorch>=2.3,<2.4.0a0 - torchdata - pydantic specific: @@ -404,7 +404,7 @@ dependencies: matrices: - matrix: {cuda: "12.*"} packages: - - &pytorch_pip torch>=2.0,<2.4.0a0 + - &pytorch_pip torch>=2.3,<2.4.0a0 - *tensordict - matrix: {cuda: "11.*"} packages: @@ -426,11 +426,11 @@ dependencies: matrices: - matrix: {cuda: "12.*"} packages: - - "dglteam/label/th23_cu121::dgl" + - "dglteam/label/th23_cu121::dgl>=2.4.0.th23.cu*" - matrix: {cuda: "11.*"} packages: - - "dglteam/label/th23_cu118::dgl" - - {matrix: null, packages: ["dglteam/label/th23_cu121::dgl"]} + - "dglteam/label/th23_cu118::dgl>=2.4.0.th23.cu*" + - {matrix: null, packages: ["dglteam/label/th23_cu121::dgl>=2.4.0.th23.cu*"]} depends_on_pyg: 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 fc3d54f..2bf192e 100644 --- a/python/cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml +++ b/python/cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml @@ -9,7 +9,7 @@ channels: dependencies: - cugraph==24.12.*,>=0.0.0a0 - dgl>=2.4.0.cu* -- dglteam/label/th23_cu118::dgl +- dglteam/label/th23_cu118::dgl>=2.4.0.th23.cu* - pre-commit - pydantic - pylibcugraphops==24.12.*,>=0.0.0a0 @@ -18,7 +18,7 @@ dependencies: - pytest-cov - pytest-xdist - pytorch-cuda=11.8 -- pytorch::pytorch>=2.0,<2.4.0a0 +- pytorch::pytorch>=2.3,<2.4.0a0 - tensordict>=0.1.2 - torchdata name: cugraph_dgl_dev_cuda-118 diff --git a/python/cugraph-dgl/pyproject.toml b/python/cugraph-dgl/pyproject.toml index ea090e0..7a29408 100644 --- a/python/cugraph-dgl/pyproject.toml +++ b/python/cugraph-dgl/pyproject.toml @@ -38,7 +38,7 @@ test = [ "pytest-cov", "pytest-xdist", "tensordict>=0.1.2", - "torch>=2.0,<2.4.0a0", + "torch>=2.3,<2.4.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. [project.urls] 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 5414bfd..f5f1bfb 100644 --- a/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml +++ b/python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml @@ -16,7 +16,7 @@ dependencies: - pytest-cov - pytest-xdist - pytorch-cuda=11.8 -- pytorch::pytorch>=2.0,<2.4.0a0 +- pytorch::pytorch>=2.3,<2.4.0a0 - pytorch_geometric>=2.5,<2.6 - tensordict>=0.1.2 - torchdata diff --git a/python/cugraph-pyg/pyproject.toml b/python/cugraph-pyg/pyproject.toml index ba13b8f..7a565f8 100644 --- a/python/cugraph-pyg/pyproject.toml +++ b/python/cugraph-pyg/pyproject.toml @@ -51,7 +51,7 @@ test = [ "pytest-xdist", "tensordict>=0.1.2", "torch-geometric>=2.5,<2.6", - "torch>=2.0,<2.4.0a0", + "torch>=2.3,<2.4.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. [tool.setuptools]