Skip to content

Commit

Permalink
REL v24.12.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Dec 11, 2024
1 parent c466d6a commit ddb22fc
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 58 deletions.
14 changes: 7 additions & 7 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ dependencies:
- cuda-nvtx
- cuda-version=11.8
- cudatoolkit
- cudf==24.12.*,>=0.0.0a0
- cugraph==24.12.*,>=0.0.0a0
- cudf==24.12.*
- cugraph==24.12.*
- cupy>=12.0.0
- cython>=3.0.0
- dask-cudf==24.12.*,>=0.0.0a0
- dask-cudf==24.12.*
- dglteam/label/th23_cu118::dgl>=2.4.0.th23.cu*
- doxygen
- graphviz
Expand All @@ -34,8 +34,8 @@ dependencies:
- pre-commit
- pydantic
- pydata-sphinx-theme
- pylibcugraphops==24.12.*,>=0.0.0a0
- pylibraft==24.12.*,>=0.0.0a0
- pylibcugraphops==24.12.*
- pylibraft==24.12.*
- pytest
- pytest-benchmark
- pytest-cov
Expand All @@ -44,10 +44,10 @@ dependencies:
- pytorch-cuda=11.8
- pytorch>=2.3
- pytorch_geometric>=2.5,<2.6
- raft-dask==24.12.*,>=0.0.0a0
- raft-dask==24.12.*
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- recommonmark
- rmm==24.12.*,>=0.0.0a0
- rmm==24.12.*
- scikit-build-core>=0.10.0
- scipy
- setuptools>=61.0.0
Expand Down
14 changes: 7 additions & 7 deletions conda/environments/all_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ dependencies:
- cuda-nvtx-dev
- cuda-profiler-api
- cuda-version=12.1
- cudf==24.12.*,>=0.0.0a0
- cugraph==24.12.*,>=0.0.0a0
- cudf==24.12.*
- cugraph==24.12.*
- cupy>=12.0.0
- cython>=3.0.0
- dask-cudf==24.12.*,>=0.0.0a0
- dask-cudf==24.12.*
- dglteam/label/th23_cu121::dgl>=2.4.0.th23.cu*
- doxygen
- graphviz
Expand All @@ -40,8 +40,8 @@ dependencies:
- pre-commit
- pydantic
- pydata-sphinx-theme
- pylibcugraphops==24.12.*,>=0.0.0a0
- pylibraft==24.12.*,>=0.0.0a0
- pylibcugraphops==24.12.*
- pylibraft==24.12.*
- pytest
- pytest-benchmark
- pytest-cov
Expand All @@ -50,10 +50,10 @@ dependencies:
- pytorch-cuda=12.1
- pytorch>=2.3
- pytorch_geometric>=2.5,<2.6
- raft-dask==24.12.*,>=0.0.0a0
- raft-dask==24.12.*
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- recommonmark
- rmm==24.12.*,>=0.0.0a0
- rmm==24.12.*
- scikit-build-core>=0.10.0
- scipy
- setuptools>=61.0.0
Expand Down
14 changes: 7 additions & 7 deletions conda/environments/all_cuda-124_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ dependencies:
- cuda-nvtx-dev
- cuda-profiler-api
- cuda-version=12.4
- cudf==24.12.*,>=0.0.0a0
- cugraph==24.12.*,>=0.0.0a0
- cudf==24.12.*
- cugraph==24.12.*
- cupy>=12.0.0
- cython>=3.0.0
- dask-cudf==24.12.*,>=0.0.0a0
- dask-cudf==24.12.*
- dglteam/label/th23_cu121::dgl>=2.4.0.th23.cu*
- doxygen
- graphviz
Expand All @@ -40,8 +40,8 @@ dependencies:
- pre-commit
- pydantic
- pydata-sphinx-theme
- pylibcugraphops==24.12.*,>=0.0.0a0
- pylibraft==24.12.*,>=0.0.0a0
- pylibcugraphops==24.12.*
- pylibraft==24.12.*
- pytest
- pytest-benchmark
- pytest-cov
Expand All @@ -50,10 +50,10 @@ dependencies:
- pytorch-cuda=12.4
- pytorch>=2.3
- pytorch_geometric>=2.5,<2.6
- raft-dask==24.12.*,>=0.0.0a0
- raft-dask==24.12.*
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- recommonmark
- rmm==24.12.*,>=0.0.0a0
- rmm==24.12.*
- scikit-build-core>=0.10.0
- scipy
- setuptools>=61.0.0
Expand Down
54 changes: 27 additions & 27 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ dependencies:
common:
- output_types: conda
packages:
- &pylibwholegraph_unsuffixed pylibwholegraph==24.12.*,>=0.0.0a0
- &pylibwholegraph_unsuffixed pylibwholegraph==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -466,19 +466,19 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- pylibwholegraph-cu12==24.12.*,>=0.0.0a0
- pylibwholegraph-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- pylibwholegraph-cu11==24.12.*,>=0.0.0a0
- pylibwholegraph-cu11==24.12.*
- {matrix: null, packages: [*pylibwholegraph_unsuffixed]}

depends_on_rmm:
common:
- output_types: conda
packages:
- &rmm_unsuffixed rmm==24.12.*,>=0.0.0a0
- &rmm_unsuffixed rmm==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -491,19 +491,19 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- rmm-cu12==24.12.*,>=0.0.0a0
- rmm-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- rmm-cu11==24.12.*,>=0.0.0a0
- rmm-cu11==24.12.*
- {matrix: null, packages: [*rmm_unsuffixed]}

depends_on_cugraph:
common:
- output_types: conda
packages:
- &cugraph_unsuffixed cugraph==24.12.*,>=0.0.0a0
- &cugraph_unsuffixed cugraph==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -516,19 +516,19 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cugraph-cu12==24.12.*,>=0.0.0a0
- cugraph-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cugraph-cu11==24.12.*,>=0.0.0a0
- cugraph-cu11==24.12.*
- {matrix: null, packages: [*cugraph_unsuffixed]}

depends_on_cudf:
common:
- output_types: conda
packages:
- &cudf_unsuffixed cudf==24.12.*,>=0.0.0a0
- &cudf_unsuffixed cudf==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -541,19 +541,19 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cudf-cu12==24.12.*,>=0.0.0a0
- cudf-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cudf-cu11==24.12.*,>=0.0.0a0
- cudf-cu11==24.12.*
- {matrix: null, packages: [*cudf_unsuffixed]}

depends_on_dask_cudf:
common:
- output_types: conda
packages:
- &dask_cudf_unsuffixed dask-cudf==24.12.*,>=0.0.0a0
- &dask_cudf_unsuffixed dask-cudf==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -566,19 +566,19 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- dask-cudf-cu12==24.12.*,>=0.0.0a0
- dask-cudf-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- dask-cudf-cu11==24.12.*,>=0.0.0a0
- dask-cudf-cu11==24.12.*
- {matrix: null, packages: [*dask_cudf_unsuffixed]}

depends_on_pylibraft:
common:
- output_types: conda
packages:
- &pylibraft_unsuffixed pylibraft==24.12.*,>=0.0.0a0
- &pylibraft_unsuffixed pylibraft==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -591,19 +591,19 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- pylibraft-cu12==24.12.*,>=0.0.0a0
- pylibraft-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- pylibraft-cu11==24.12.*,>=0.0.0a0
- pylibraft-cu11==24.12.*
- {matrix: null, packages: [*pylibraft_unsuffixed]}

depends_on_raft_dask:
common:
- output_types: conda
packages:
- &raft_dask_unsuffixed raft-dask==24.12.*,>=0.0.0a0
- &raft_dask_unsuffixed raft-dask==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -616,19 +616,19 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- raft-dask-cu12==24.12.*,>=0.0.0a0
- raft-dask-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- raft-dask-cu11==24.12.*,>=0.0.0a0
- raft-dask-cu11==24.12.*
- {matrix: null, packages: [*raft_dask_unsuffixed]}

depends_on_pylibcugraph:
common:
- output_types: conda
packages:
- &pylibcugraph_unsuffixed pylibcugraph==24.12.*,>=0.0.0a0
- &pylibcugraph_unsuffixed pylibcugraph==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -641,19 +641,19 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- pylibcugraph-cu12==24.12.*,>=0.0.0a0
- pylibcugraph-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- pylibcugraph-cu11==24.12.*,>=0.0.0a0
- pylibcugraph-cu11==24.12.*
- {matrix: null, packages: [*pylibcugraph_unsuffixed]}

depends_on_pylibcugraphops:
common:
- output_types: conda
packages:
- &pylibcugraphops_unsuffixed pylibcugraphops==24.12.*,>=0.0.0a0
- &pylibcugraphops_unsuffixed pylibcugraphops==24.12.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -666,12 +666,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- pylibcugraphops-cu12==24.12.*,>=0.0.0a0
- pylibcugraphops-cu12==24.12.*
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- pylibcugraphops-cu11==24.12.*,>=0.0.0a0
- pylibcugraphops-cu11==24.12.*
- {matrix: null, packages: [*pylibcugraphops_unsuffixed]}

depends_on_cupy:
Expand Down
4 changes: 2 additions & 2 deletions python/cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ channels:
- conda-forge
- nvidia
dependencies:
- cugraph==24.12.*,>=0.0.0a0
- cugraph==24.12.*
- dgl>=2.4.0.cu*
- dglteam/label/th23_cu118::dgl>=2.4.0.th23.cu*
- pre-commit
- pydantic
- pylibcugraphops==24.12.*,>=0.0.0a0
- pylibcugraphops==24.12.*
- pytest
- pytest-benchmark
- pytest-cov
Expand Down
6 changes: 3 additions & 3 deletions python/cugraph-dgl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ classifiers = [
"Programming Language :: Python",
]
dependencies = [
"cugraph==24.12.*,>=0.0.0a0",
"cugraph==24.12.*",
"numba>=0.57",
"numpy>=1.23,<3.0a0",
"pylibcugraphops==24.12.*,>=0.0.0a0",
"pylibcugraphops==24.12.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.optional-dependencies]
test = [
"pylibwholegraph==24.12.*,>=0.0.0a0",
"pylibwholegraph==24.12.*",
"pytest",
"pytest-benchmark",
"pytest-cov",
Expand Down
4 changes: 2 additions & 2 deletions python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ channels:
- conda-forge
- nvidia
dependencies:
- cugraph==24.12.*,>=0.0.0a0
- cugraph==24.12.*
- pre-commit
- pydantic
- pylibcugraphops==24.12.*,>=0.0.0a0
- pylibcugraphops==24.12.*
- pytest
- pytest-benchmark
- pytest-cov
Expand Down
6 changes: 3 additions & 3 deletions python/cugraph-pyg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"cugraph==24.12.*,>=0.0.0a0",
"cugraph==24.12.*",
"numba>=0.57",
"numpy>=1.23,<3.0a0",
"pandas",
"pylibcugraphops==24.12.*,>=0.0.0a0",
"pylibcugraphops==24.12.*",
"torch-geometric>=2.5,<2.6",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand All @@ -45,7 +45,7 @@ Documentation = "https://docs.rapids.ai/api/cugraph/stable/"
[project.optional-dependencies]
test = [
"ogb",
"pylibwholegraph==24.12.*,>=0.0.0a0",
"pylibwholegraph==24.12.*",
"pytest",
"pytest-benchmark",
"pytest-cov",
Expand Down

0 comments on commit ddb22fc

Please sign in to comment.