Skip to content

Commit c1ea267

Browse files
committed
REL v26.02.00 release
1 parent 6d9df5e commit c1ea267

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
@@ -15,25 +15,25 @@ dependencies:
1515
- cuda-profiler-api
1616
- cuda-python>=12.9.2,<13.0
1717
- cuda-version=12.9
18-
- cudf==26.2.*,>=0.0.0a0
18+
- cudf==26.2.*
1919
- cupy>=13.6.0
2020
- cxx-compiler
2121
- cython>=3.1.2,<3.2.0
22-
- dask-cuda==26.2.*,>=0.0.0a0
23-
- dask-cudf==26.2.*,>=0.0.0a0
22+
- dask-cuda==26.2.*
23+
- dask-cudf==26.2.*
2424
- doxygen
2525
- fsspec>=0.6.0
2626
- gcc_linux-aarch64=14.*
2727
- graphviz
2828
- ipython
2929
- libcublas-dev
30-
- libcudf==26.2.*,>=0.0.0a0
30+
- libcudf==26.2.*
3131
- libcurand-dev
3232
- libcusolver-dev
3333
- libcusparse-dev
34-
- libcuvs==26.2.*,>=0.0.0a0
35-
- libraft==26.2.*,>=0.0.0a0
36-
- librmm==26.2.*,>=0.0.0a0
34+
- libcuvs==26.2.*
35+
- libraft==26.2.*
36+
- librmm==26.2.*
3737
- nbsphinx
3838
- nccl>=2.19
3939
- networkx>=2.5.1
@@ -49,20 +49,20 @@ dependencies:
4949
- pre-commit
5050
- pydantic
5151
- pydata-sphinx-theme
52-
- pylibcudf==26.2.*,>=0.0.0a0
53-
- pylibraft==26.2.*,>=0.0.0a0
52+
- pylibcudf==26.2.*
53+
- pylibraft==26.2.*
5454
- pytest-benchmark
5555
- pytest-cov
5656
- pytest-xdist
5757
- pytest<9.0.0
5858
- python-louvain
5959
- pytorch>=2.3
60-
- raft-dask==26.2.*,>=0.0.0a0
60+
- raft-dask==26.2.*
6161
- rapids-build-backend>=0.4.0,<0.5.0
62-
- rapids-dask-dependency==26.2.*,>=0.0.0a0
62+
- rapids-dask-dependency==26.2.*
6363
- recommonmark
6464
- requests
65-
- rmm==26.2.*,>=0.0.0a0
65+
- rmm==26.2.*
6666
- scikit-build-core>=0.11.0
6767
- scikit-learn>=0.23.1
6868
- scipy
@@ -73,6 +73,6 @@ dependencies:
7373
- sphinxcontrib-websupport
7474
- torchdata
7575
- torchmetrics
76-
- ucxx==0.48.*,>=0.0.0a0
76+
- ucxx==0.48.*
7777
- wheel
7878
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
@@ -15,25 +15,25 @@ dependencies:
1515
- cuda-profiler-api
1616
- cuda-python>=12.9.2,<13.0
1717
- cuda-version=12.9
18-
- cudf==26.2.*,>=0.0.0a0
18+
- cudf==26.2.*
1919
- cupy>=13.6.0
2020
- cxx-compiler
2121
- cython>=3.1.2,<3.2.0
22-
- dask-cuda==26.2.*,>=0.0.0a0
23-
- dask-cudf==26.2.*,>=0.0.0a0
22+
- dask-cuda==26.2.*
23+
- dask-cudf==26.2.*
2424
- doxygen
2525
- fsspec>=0.6.0
2626
- gcc_linux-64=14.*
2727
- graphviz
2828
- ipython
2929
- libcublas-dev
30-
- libcudf==26.2.*,>=0.0.0a0
30+
- libcudf==26.2.*
3131
- libcurand-dev
3232
- libcusolver-dev
3333
- libcusparse-dev
34-
- libcuvs==26.2.*,>=0.0.0a0
35-
- libraft==26.2.*,>=0.0.0a0
36-
- librmm==26.2.*,>=0.0.0a0
34+
- libcuvs==26.2.*
35+
- libraft==26.2.*
36+
- librmm==26.2.*
3737
- nbsphinx
3838
- nccl>=2.19
3939
- networkx>=2.5.1
@@ -49,20 +49,20 @@ dependencies:
4949
- pre-commit
5050
- pydantic
5151
- pydata-sphinx-theme
52-
- pylibcudf==26.2.*,>=0.0.0a0
53-
- pylibraft==26.2.*,>=0.0.0a0
52+
- pylibcudf==26.2.*
53+
- pylibraft==26.2.*
5454
- pytest-benchmark
5555
- pytest-cov
5656
- pytest-xdist
5757
- pytest<9.0.0
5858
- python-louvain
5959
- pytorch>=2.3
60-
- raft-dask==26.2.*,>=0.0.0a0
60+
- raft-dask==26.2.*
6161
- rapids-build-backend>=0.4.0,<0.5.0
62-
- rapids-dask-dependency==26.2.*,>=0.0.0a0
62+
- rapids-dask-dependency==26.2.*
6363
- recommonmark
6464
- requests
65-
- rmm==26.2.*,>=0.0.0a0
65+
- rmm==26.2.*
6666
- scikit-build-core>=0.11.0
6767
- scikit-learn>=0.23.1
6868
- scipy
@@ -73,6 +73,6 @@ dependencies:
7373
- sphinxcontrib-websupport
7474
- torchdata
7575
- torchmetrics
76-
- ucxx==0.48.*,>=0.0.0a0
76+
- ucxx==0.48.*
7777
- wheel
7878
name: all_cuda-129_arch-x86_64

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ dependencies:
1515
- cuda-profiler-api
1616
- cuda-python>=13.0.1,<14.0
1717
- cuda-version=13.1
18-
- cudf==26.2.*,>=0.0.0a0
18+
- cudf==26.2.*
1919
- cupy>=13.6.0
2020
- cxx-compiler
2121
- cython>=3.1.2,<3.2.0
22-
- dask-cuda==26.2.*,>=0.0.0a0
23-
- dask-cudf==26.2.*,>=0.0.0a0
22+
- dask-cuda==26.2.*
23+
- dask-cudf==26.2.*
2424
- doxygen
2525
- fsspec>=0.6.0
2626
- gcc_linux-aarch64=14.*
2727
- graphviz
2828
- ipython
2929
- libcublas-dev
30-
- libcudf==26.2.*,>=0.0.0a0
30+
- libcudf==26.2.*
3131
- libcurand-dev
3232
- libcusolver-dev
3333
- libcusparse-dev
34-
- libcuvs==26.2.*,>=0.0.0a0
35-
- libraft==26.2.*,>=0.0.0a0
36-
- librmm==26.2.*,>=0.0.0a0
34+
- libcuvs==26.2.*
35+
- libraft==26.2.*
36+
- librmm==26.2.*
3737
- nbsphinx
3838
- nccl>=2.19
3939
- networkx>=2.5.1
@@ -49,20 +49,20 @@ dependencies:
4949
- pre-commit
5050
- pydantic
5151
- pydata-sphinx-theme
52-
- pylibcudf==26.2.*,>=0.0.0a0
53-
- pylibraft==26.2.*,>=0.0.0a0
52+
- pylibcudf==26.2.*
53+
- pylibraft==26.2.*
5454
- pytest-benchmark
5555
- pytest-cov
5656
- pytest-xdist
5757
- pytest<9.0.0
5858
- python-louvain
5959
- pytorch>=2.3
60-
- raft-dask==26.2.*,>=0.0.0a0
60+
- raft-dask==26.2.*
6161
- rapids-build-backend>=0.4.0,<0.5.0
62-
- rapids-dask-dependency==26.2.*,>=0.0.0a0
62+
- rapids-dask-dependency==26.2.*
6363
- recommonmark
6464
- requests
65-
- rmm==26.2.*,>=0.0.0a0
65+
- rmm==26.2.*
6666
- scikit-build-core>=0.11.0
6767
- scikit-learn>=0.23.1
6868
- scipy
@@ -73,6 +73,6 @@ dependencies:
7373
- sphinxcontrib-websupport
7474
- torchdata
7575
- torchmetrics
76-
- ucxx==0.48.*,>=0.0.0a0
76+
- ucxx==0.48.*
7777
- wheel
7878
name: all_cuda-131_arch-aarch64

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ dependencies:
1515
- cuda-profiler-api
1616
- cuda-python>=13.0.1,<14.0
1717
- cuda-version=13.1
18-
- cudf==26.2.*,>=0.0.0a0
18+
- cudf==26.2.*
1919
- cupy>=13.6.0
2020
- cxx-compiler
2121
- cython>=3.1.2,<3.2.0
22-
- dask-cuda==26.2.*,>=0.0.0a0
23-
- dask-cudf==26.2.*,>=0.0.0a0
22+
- dask-cuda==26.2.*
23+
- dask-cudf==26.2.*
2424
- doxygen
2525
- fsspec>=0.6.0
2626
- gcc_linux-64=14.*
2727
- graphviz
2828
- ipython
2929
- libcublas-dev
30-
- libcudf==26.2.*,>=0.0.0a0
30+
- libcudf==26.2.*
3131
- libcurand-dev
3232
- libcusolver-dev
3333
- libcusparse-dev
34-
- libcuvs==26.2.*,>=0.0.0a0
35-
- libraft==26.2.*,>=0.0.0a0
36-
- librmm==26.2.*,>=0.0.0a0
34+
- libcuvs==26.2.*
35+
- libraft==26.2.*
36+
- librmm==26.2.*
3737
- nbsphinx
3838
- nccl>=2.19
3939
- networkx>=2.5.1
@@ -49,20 +49,20 @@ dependencies:
4949
- pre-commit
5050
- pydantic
5151
- pydata-sphinx-theme
52-
- pylibcudf==26.2.*,>=0.0.0a0
53-
- pylibraft==26.2.*,>=0.0.0a0
52+
- pylibcudf==26.2.*
53+
- pylibraft==26.2.*
5454
- pytest-benchmark
5555
- pytest-cov
5656
- pytest-xdist
5757
- pytest<9.0.0
5858
- python-louvain
5959
- pytorch>=2.3
60-
- raft-dask==26.2.*,>=0.0.0a0
60+
- raft-dask==26.2.*
6161
- rapids-build-backend>=0.4.0,<0.5.0
62-
- rapids-dask-dependency==26.2.*,>=0.0.0a0
62+
- rapids-dask-dependency==26.2.*
6363
- recommonmark
6464
- requests
65-
- rmm==26.2.*,>=0.0.0a0
65+
- rmm==26.2.*
6666
- scikit-build-core>=0.11.0
6767
- scikit-learn>=0.23.1
6868
- scipy
@@ -73,6 +73,6 @@ dependencies:
7373
- sphinxcontrib-websupport
7474
- torchdata
7575
- torchmetrics
76-
- ucxx==0.48.*,>=0.0.0a0
76+
- ucxx==0.48.*
7777
- wheel
7878
name: all_cuda-131_arch-x86_64

0 commit comments

Comments
 (0)