Skip to content

Commit ae5543e

Browse files
committed
REL v25.12.00 release
1 parent 9746aa8 commit ae5543e

9 files changed

Lines changed: 130 additions & 126 deletions

.pre-commit-config.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ repos:
8888
cpp/tests/utilities/cxxopts[.]hpp$
8989
)
9090
- id: verify-alpha-spec
91+
args:
92+
- --fix
93+
- --mode
94+
- release
9195
- id: verify-codeowners
9296
args: [--fix, --project-prefix=cugraph]
9397
- repo: https://github.com/sphinx-contrib/sphinx-lint
@@ -98,8 +102,8 @@ repos:
98102
- repo: https://github.com/rapidsai/dependency-file-generator
99103
rev: v1.20.0
100104
hooks:
101-
- id: rapids-dependency-file-generator
102-
args: ["--clean", "--warn-all", "--strict"]
105+
- id: rapids-dependency-file-generator
106+
args: ["--clean", "--warn-all", "--strict"]
103107
- repo: https://github.com/shellcheck-py/shellcheck-py
104108
rev: v0.10.0.1
105109
hooks:

conda/environments/all_cuda-129_arch-aarch64.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=12.9.2,<13.0a0
1818
- cuda-version=12.9
19-
- cudf==25.12.*,>=0.0.0a0
19+
- cudf==25.12.*
2020
- cupy>=13.6.0
2121
- cxx-compiler
2222
- cython>=3.1.2,<3.2.0a0
23-
- dask-cuda==25.12.*,>=0.0.0a0
24-
- dask-cudf==25.12.*,>=0.0.0a0
23+
- dask-cuda==25.12.*
24+
- dask-cudf==25.12.*
2525
- doxygen
2626
- fsspec>=0.6.0
2727
- gcc_linux-aarch64=14.*
2828
- graphviz
2929
- ipython
3030
- libcublas-dev
31-
- libcudf==25.12.*,>=0.0.0a0
31+
- libcudf==25.12.*
3232
- libcurand-dev
3333
- libcusolver-dev
3434
- libcusparse-dev
35-
- libcuvs==25.12.*,>=0.0.0a0
36-
- libraft==25.12.*,>=0.0.0a0
37-
- librmm==25.12.*,>=0.0.0a0
35+
- libcuvs==25.12.*
36+
- libraft==25.12.*
37+
- librmm==25.12.*
3838
- nbsphinx
3939
- nccl>=2.19
4040
- networkx>=2.5.1
@@ -50,20 +50,20 @@ dependencies:
5050
- pre-commit
5151
- pydantic
5252
- pydata-sphinx-theme
53-
- pylibcudf==25.12.*,>=0.0.0a0
54-
- pylibraft==25.12.*,>=0.0.0a0
53+
- pylibcudf==25.12.*
54+
- pylibraft==25.12.*
5555
- pytest-benchmark
5656
- pytest-cov
5757
- pytest-xdist
5858
- pytest<9.0.0a0
5959
- python-louvain
6060
- pytorch>=2.3
61-
- raft-dask==25.12.*,>=0.0.0a0
61+
- raft-dask==25.12.*
6262
- rapids-build-backend>=0.4.0,<0.5.0.dev0
63-
- rapids-dask-dependency==25.12.*,>=0.0.0a0
63+
- rapids-dask-dependency==25.12.*
6464
- recommonmark
6565
- requests
66-
- rmm==25.12.*,>=0.0.0a0
66+
- rmm==25.12.*
6767
- scikit-build-core>=0.10.0
6868
- scikit-learn>=0.23.1
6969
- scipy
@@ -74,6 +74,6 @@ dependencies:
7474
- sphinxcontrib-websupport
7575
- torchdata
7676
- torchmetrics
77-
- ucxx==0.47.*,>=0.0.0a0
77+
- ucxx==0.47.*
7878
- wheel
7979
name: all_cuda-129_arch-aarch64

conda/environments/all_cuda-129_arch-x86_64.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=12.9.2,<13.0a0
1818
- cuda-version=12.9
19-
- cudf==25.12.*,>=0.0.0a0
19+
- cudf==25.12.*
2020
- cupy>=13.6.0
2121
- cxx-compiler
2222
- cython>=3.1.2,<3.2.0a0
23-
- dask-cuda==25.12.*,>=0.0.0a0
24-
- dask-cudf==25.12.*,>=0.0.0a0
23+
- dask-cuda==25.12.*
24+
- dask-cudf==25.12.*
2525
- doxygen
2626
- fsspec>=0.6.0
2727
- gcc_linux-64=14.*
2828
- graphviz
2929
- ipython
3030
- libcublas-dev
31-
- libcudf==25.12.*,>=0.0.0a0
31+
- libcudf==25.12.*
3232
- libcurand-dev
3333
- libcusolver-dev
3434
- libcusparse-dev
35-
- libcuvs==25.12.*,>=0.0.0a0
36-
- libraft==25.12.*,>=0.0.0a0
37-
- librmm==25.12.*,>=0.0.0a0
35+
- libcuvs==25.12.*
36+
- libraft==25.12.*
37+
- librmm==25.12.*
3838
- nbsphinx
3939
- nccl>=2.19
4040
- networkx>=2.5.1
@@ -50,20 +50,20 @@ dependencies:
5050
- pre-commit
5151
- pydantic
5252
- pydata-sphinx-theme
53-
- pylibcudf==25.12.*,>=0.0.0a0
54-
- pylibraft==25.12.*,>=0.0.0a0
53+
- pylibcudf==25.12.*
54+
- pylibraft==25.12.*
5555
- pytest-benchmark
5656
- pytest-cov
5757
- pytest-xdist
5858
- pytest<9.0.0a0
5959
- python-louvain
6060
- pytorch>=2.3
61-
- raft-dask==25.12.*,>=0.0.0a0
61+
- raft-dask==25.12.*
6262
- rapids-build-backend>=0.4.0,<0.5.0.dev0
63-
- rapids-dask-dependency==25.12.*,>=0.0.0a0
63+
- rapids-dask-dependency==25.12.*
6464
- recommonmark
6565
- requests
66-
- rmm==25.12.*,>=0.0.0a0
66+
- rmm==25.12.*
6767
- scikit-build-core>=0.10.0
6868
- scikit-learn>=0.23.1
6969
- scipy
@@ -74,6 +74,6 @@ dependencies:
7474
- sphinxcontrib-websupport
7575
- torchdata
7676
- torchmetrics
77-
- ucxx==0.47.*,>=0.0.0a0
77+
- ucxx==0.47.*
7878
- wheel
7979
name: all_cuda-129_arch-x86_64

conda/environments/all_cuda-130_arch-aarch64.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=13.0.1,<14.0a0
1818
- cuda-version=13.0
19-
- cudf==25.12.*,>=0.0.0a0
19+
- cudf==25.12.*
2020
- cupy>=13.6.0
2121
- cxx-compiler
2222
- cython>=3.1.2,<3.2.0a0
23-
- dask-cuda==25.12.*,>=0.0.0a0
24-
- dask-cudf==25.12.*,>=0.0.0a0
23+
- dask-cuda==25.12.*
24+
- dask-cudf==25.12.*
2525
- doxygen
2626
- fsspec>=0.6.0
2727
- gcc_linux-aarch64=14.*
2828
- graphviz
2929
- ipython
3030
- libcublas-dev
31-
- libcudf==25.12.*,>=0.0.0a0
31+
- libcudf==25.12.*
3232
- libcurand-dev
3333
- libcusolver-dev
3434
- libcusparse-dev
35-
- libcuvs==25.12.*,>=0.0.0a0
36-
- libraft==25.12.*,>=0.0.0a0
37-
- librmm==25.12.*,>=0.0.0a0
35+
- libcuvs==25.12.*
36+
- libraft==25.12.*
37+
- librmm==25.12.*
3838
- nbsphinx
3939
- nccl>=2.19
4040
- networkx>=2.5.1
@@ -50,20 +50,20 @@ dependencies:
5050
- pre-commit
5151
- pydantic
5252
- pydata-sphinx-theme
53-
- pylibcudf==25.12.*,>=0.0.0a0
54-
- pylibraft==25.12.*,>=0.0.0a0
53+
- pylibcudf==25.12.*
54+
- pylibraft==25.12.*
5555
- pytest-benchmark
5656
- pytest-cov
5757
- pytest-xdist
5858
- pytest<9.0.0a0
5959
- python-louvain
6060
- pytorch>=2.3
61-
- raft-dask==25.12.*,>=0.0.0a0
61+
- raft-dask==25.12.*
6262
- rapids-build-backend>=0.4.0,<0.5.0.dev0
63-
- rapids-dask-dependency==25.12.*,>=0.0.0a0
63+
- rapids-dask-dependency==25.12.*
6464
- recommonmark
6565
- requests
66-
- rmm==25.12.*,>=0.0.0a0
66+
- rmm==25.12.*
6767
- scikit-build-core>=0.10.0
6868
- scikit-learn>=0.23.1
6969
- scipy
@@ -74,6 +74,6 @@ dependencies:
7474
- sphinxcontrib-websupport
7575
- torchdata
7676
- torchmetrics
77-
- ucxx==0.47.*,>=0.0.0a0
77+
- ucxx==0.47.*
7878
- wheel
7979
name: all_cuda-130_arch-aarch64

conda/environments/all_cuda-130_arch-x86_64.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=13.0.1,<14.0a0
1818
- cuda-version=13.0
19-
- cudf==25.12.*,>=0.0.0a0
19+
- cudf==25.12.*
2020
- cupy>=13.6.0
2121
- cxx-compiler
2222
- cython>=3.1.2,<3.2.0a0
23-
- dask-cuda==25.12.*,>=0.0.0a0
24-
- dask-cudf==25.12.*,>=0.0.0a0
23+
- dask-cuda==25.12.*
24+
- dask-cudf==25.12.*
2525
- doxygen
2626
- fsspec>=0.6.0
2727
- gcc_linux-64=14.*
2828
- graphviz
2929
- ipython
3030
- libcublas-dev
31-
- libcudf==25.12.*,>=0.0.0a0
31+
- libcudf==25.12.*
3232
- libcurand-dev
3333
- libcusolver-dev
3434
- libcusparse-dev
35-
- libcuvs==25.12.*,>=0.0.0a0
36-
- libraft==25.12.*,>=0.0.0a0
37-
- librmm==25.12.*,>=0.0.0a0
35+
- libcuvs==25.12.*
36+
- libraft==25.12.*
37+
- librmm==25.12.*
3838
- nbsphinx
3939
- nccl>=2.19
4040
- networkx>=2.5.1
@@ -50,20 +50,20 @@ dependencies:
5050
- pre-commit
5151
- pydantic
5252
- pydata-sphinx-theme
53-
- pylibcudf==25.12.*,>=0.0.0a0
54-
- pylibraft==25.12.*,>=0.0.0a0
53+
- pylibcudf==25.12.*
54+
- pylibraft==25.12.*
5555
- pytest-benchmark
5656
- pytest-cov
5757
- pytest-xdist
5858
- pytest<9.0.0a0
5959
- python-louvain
6060
- pytorch>=2.3
61-
- raft-dask==25.12.*,>=0.0.0a0
61+
- raft-dask==25.12.*
6262
- rapids-build-backend>=0.4.0,<0.5.0.dev0
63-
- rapids-dask-dependency==25.12.*,>=0.0.0a0
63+
- rapids-dask-dependency==25.12.*
6464
- recommonmark
6565
- requests
66-
- rmm==25.12.*,>=0.0.0a0
66+
- rmm==25.12.*
6767
- scikit-build-core>=0.10.0
6868
- scikit-learn>=0.23.1
6969
- scipy
@@ -74,6 +74,6 @@ dependencies:
7474
- sphinxcontrib-websupport
7575
- torchdata
7676
- torchmetrics
77-
- ucxx==0.47.*,>=0.0.0a0
77+
- ucxx==0.47.*
7878
- wheel
7979
name: all_cuda-130_arch-x86_64

0 commit comments

Comments
 (0)