Skip to content

Commit b029431

Browse files
committed
REL v26.06.00 release
1 parent db2757d commit b029431

9 files changed

Lines changed: 134 additions & 130 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
- id: verify-hardcoded-version
@@ -117,8 +121,8 @@ repos:
117121
- repo: https://github.com/rapidsai/dependency-file-generator
118122
rev: v1.20.0
119123
hooks:
120-
- id: rapids-dependency-file-generator
121-
args: ["--clean", "--warn-all", "--strict"]
124+
- id: rapids-dependency-file-generator
125+
args: ["--clean", "--warn-all", "--strict"]
122126
- repo: https://github.com/shellcheck-py/shellcheck-py
123127
rev: v0.10.0.1
124128
hooks:

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=12.9.2,<13.0
1818
- cuda-version=12.9
19-
- cudf==26.6.*,>=0.0.0a0
19+
- cudf==26.6.*
2020
- cupy>=13.6.0,!=14.0.0,!=14.1.0
2121
- cxx-compiler
2222
- cython>=3.2.2
23-
- dask-cuda==26.6.*,>=0.0.0a0
24-
- dask-cudf==26.6.*,>=0.0.0a0
23+
- dask-cuda==26.6.*
24+
- dask-cudf==26.6.*
2525
- doxygen
2626
- fsspec>=0.6.0
2727
- gcc_linux-aarch64=14.*
2828
- graphviz
2929
- ipython
3030
- libcublas-dev
31-
- libcudf==26.6.*,>=0.0.0a0
31+
- libcudf==26.6.*
3232
- libcurand-dev
3333
- libcusolver-dev
3434
- libcusparse-dev
35-
- libcuvs==26.6.*,>=0.0.0a0
35+
- libcuvs==26.6.*
3636
- libnvjitlink-dev
37-
- libraft==26.6.*,>=0.0.0a0
38-
- librmm==26.6.*,>=0.0.0a0
37+
- libraft==26.6.*
38+
- librmm==26.6.*
3939
- nbsphinx
4040
- nccl>=2.19
4141
- networkx>=2.5.1
@@ -49,19 +49,19 @@ dependencies:
4949
- pandas
5050
- pre-commit
5151
- pydata-sphinx-theme
52-
- pylibcudf==26.6.*,>=0.0.0a0
53-
- pylibraft==26.6.*,>=0.0.0a0
52+
- pylibcudf==26.6.*
53+
- pylibraft==26.6.*
5454
- pytest
5555
- pytest-benchmark
5656
- pytest-cov
5757
- pytest-xdist
5858
- pytorch>=2.4.1
59-
- raft-dask==26.6.*,>=0.0.0a0
59+
- raft-dask==26.6.*
6060
- rapids-build-backend>=0.4.0,<0.5.0
61-
- rapids-dask-dependency==26.6.*,>=0.0.0a0
61+
- rapids-dask-dependency==26.6.*
6262
- recommonmark
6363
- requests
64-
- rmm==26.6.*,>=0.0.0a0
64+
- rmm==26.6.*
6565
- scikit-build-core>=0.11.0
6666
- scikit-learn>=0.23.1
6767
- scipy
@@ -70,6 +70,6 @@ dependencies:
7070
- sphinx-copybutton
7171
- sphinx-markdown-tables
7272
- sphinxcontrib-websupport
73-
- ucxx==0.50.*,>=0.0.0a0
73+
- ucxx==0.50.*
7474
- wheel
7575
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,26 +16,26 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=12.9.2,<13.0
1818
- cuda-version=12.9
19-
- cudf==26.6.*,>=0.0.0a0
19+
- cudf==26.6.*
2020
- cupy>=13.6.0,!=14.0.0,!=14.1.0
2121
- cxx-compiler
2222
- cython>=3.2.2
23-
- dask-cuda==26.6.*,>=0.0.0a0
24-
- dask-cudf==26.6.*,>=0.0.0a0
23+
- dask-cuda==26.6.*
24+
- dask-cudf==26.6.*
2525
- doxygen
2626
- fsspec>=0.6.0
2727
- gcc_linux-64=14.*
2828
- graphviz
2929
- ipython
3030
- libcublas-dev
31-
- libcudf==26.6.*,>=0.0.0a0
31+
- libcudf==26.6.*
3232
- libcurand-dev
3333
- libcusolver-dev
3434
- libcusparse-dev
35-
- libcuvs==26.6.*,>=0.0.0a0
35+
- libcuvs==26.6.*
3636
- libnvjitlink-dev
37-
- libraft==26.6.*,>=0.0.0a0
38-
- librmm==26.6.*,>=0.0.0a0
37+
- libraft==26.6.*
38+
- librmm==26.6.*
3939
- nbsphinx
4040
- nccl>=2.19
4141
- networkx>=2.5.1
@@ -49,19 +49,19 @@ dependencies:
4949
- pandas
5050
- pre-commit
5151
- pydata-sphinx-theme
52-
- pylibcudf==26.6.*,>=0.0.0a0
53-
- pylibraft==26.6.*,>=0.0.0a0
52+
- pylibcudf==26.6.*
53+
- pylibraft==26.6.*
5454
- pytest
5555
- pytest-benchmark
5656
- pytest-cov
5757
- pytest-xdist
5858
- pytorch>=2.4.1
59-
- raft-dask==26.6.*,>=0.0.0a0
59+
- raft-dask==26.6.*
6060
- rapids-build-backend>=0.4.0,<0.5.0
61-
- rapids-dask-dependency==26.6.*,>=0.0.0a0
61+
- rapids-dask-dependency==26.6.*
6262
- recommonmark
6363
- requests
64-
- rmm==26.6.*,>=0.0.0a0
64+
- rmm==26.6.*
6565
- scikit-build-core>=0.11.0
6666
- scikit-learn>=0.23.1
6767
- scipy
@@ -70,6 +70,6 @@ dependencies:
7070
- sphinx-copybutton
7171
- sphinx-markdown-tables
7272
- sphinxcontrib-websupport
73-
- ucxx==0.50.*,>=0.0.0a0
73+
- ucxx==0.50.*
7474
- wheel
7575
name: all_cuda-129_arch-x86_64

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=13.0.1,<14.0
1818
- cuda-version=13.2
19-
- cudf==26.6.*,>=0.0.0a0
19+
- cudf==26.6.*
2020
- cupy>=13.6.0,!=14.0.0,!=14.1.0
2121
- cxx-compiler
2222
- cython>=3.2.2
23-
- dask-cuda==26.6.*,>=0.0.0a0
24-
- dask-cudf==26.6.*,>=0.0.0a0
23+
- dask-cuda==26.6.*
24+
- dask-cudf==26.6.*
2525
- doxygen
2626
- fsspec>=0.6.0
2727
- gcc_linux-aarch64=14.*
2828
- graphviz
2929
- ipython
3030
- libcublas-dev
31-
- libcudf==26.6.*,>=0.0.0a0
31+
- libcudf==26.6.*
3232
- libcurand-dev
3333
- libcusolver-dev
3434
- libcusparse-dev
35-
- libcuvs==26.6.*,>=0.0.0a0
35+
- libcuvs==26.6.*
3636
- libnvjitlink-dev
37-
- libraft==26.6.*,>=0.0.0a0
38-
- librmm==26.6.*,>=0.0.0a0
37+
- libraft==26.6.*
38+
- librmm==26.6.*
3939
- nbsphinx
4040
- nccl>=2.19
4141
- networkx>=2.5.1
@@ -49,19 +49,19 @@ dependencies:
4949
- pandas
5050
- pre-commit
5151
- pydata-sphinx-theme
52-
- pylibcudf==26.6.*,>=0.0.0a0
53-
- pylibraft==26.6.*,>=0.0.0a0
52+
- pylibcudf==26.6.*
53+
- pylibraft==26.6.*
5454
- pytest
5555
- pytest-benchmark
5656
- pytest-cov
5757
- pytest-xdist
5858
- pytorch>=2.4.1
59-
- raft-dask==26.6.*,>=0.0.0a0
59+
- raft-dask==26.6.*
6060
- rapids-build-backend>=0.4.0,<0.5.0
61-
- rapids-dask-dependency==26.6.*,>=0.0.0a0
61+
- rapids-dask-dependency==26.6.*
6262
- recommonmark
6363
- requests
64-
- rmm==26.6.*,>=0.0.0a0
64+
- rmm==26.6.*
6565
- scikit-build-core>=0.11.0
6666
- scikit-learn>=0.23.1
6767
- scipy
@@ -70,6 +70,6 @@ dependencies:
7070
- sphinx-copybutton
7171
- sphinx-markdown-tables
7272
- sphinxcontrib-websupport
73-
- ucxx==0.50.*,>=0.0.0a0
73+
- ucxx==0.50.*
7474
- wheel
7575
name: all_cuda-132_arch-aarch64

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=13.0.1,<14.0
1818
- cuda-version=13.2
19-
- cudf==26.6.*,>=0.0.0a0
19+
- cudf==26.6.*
2020
- cupy>=13.6.0,!=14.0.0,!=14.1.0
2121
- cxx-compiler
2222
- cython>=3.2.2
23-
- dask-cuda==26.6.*,>=0.0.0a0
24-
- dask-cudf==26.6.*,>=0.0.0a0
23+
- dask-cuda==26.6.*
24+
- dask-cudf==26.6.*
2525
- doxygen
2626
- fsspec>=0.6.0
2727
- gcc_linux-64=14.*
2828
- graphviz
2929
- ipython
3030
- libcublas-dev
31-
- libcudf==26.6.*,>=0.0.0a0
31+
- libcudf==26.6.*
3232
- libcurand-dev
3333
- libcusolver-dev
3434
- libcusparse-dev
35-
- libcuvs==26.6.*,>=0.0.0a0
35+
- libcuvs==26.6.*
3636
- libnvjitlink-dev
37-
- libraft==26.6.*,>=0.0.0a0
38-
- librmm==26.6.*,>=0.0.0a0
37+
- libraft==26.6.*
38+
- librmm==26.6.*
3939
- nbsphinx
4040
- nccl>=2.19
4141
- networkx>=2.5.1
@@ -49,19 +49,19 @@ dependencies:
4949
- pandas
5050
- pre-commit
5151
- pydata-sphinx-theme
52-
- pylibcudf==26.6.*,>=0.0.0a0
53-
- pylibraft==26.6.*,>=0.0.0a0
52+
- pylibcudf==26.6.*
53+
- pylibraft==26.6.*
5454
- pytest
5555
- pytest-benchmark
5656
- pytest-cov
5757
- pytest-xdist
5858
- pytorch>=2.4.1
59-
- raft-dask==26.6.*,>=0.0.0a0
59+
- raft-dask==26.6.*
6060
- rapids-build-backend>=0.4.0,<0.5.0
61-
- rapids-dask-dependency==26.6.*,>=0.0.0a0
61+
- rapids-dask-dependency==26.6.*
6262
- recommonmark
6363
- requests
64-
- rmm==26.6.*,>=0.0.0a0
64+
- rmm==26.6.*
6565
- scikit-build-core>=0.11.0
6666
- scikit-learn>=0.23.1
6767
- scipy
@@ -70,6 +70,6 @@ dependencies:
7070
- sphinx-copybutton
7171
- sphinx-markdown-tables
7272
- sphinxcontrib-websupport
73-
- ucxx==0.50.*,>=0.0.0a0
73+
- ucxx==0.50.*
7474
- wheel
7575
name: all_cuda-132_arch-x86_64

0 commit comments

Comments
 (0)