Skip to content

Commit 580975b

Browse files
committed
REL v25.12.00 release
1 parent 579df33 commit 580975b

File tree

14 files changed

+98
-103
lines changed

14 files changed

+98
-103
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ci:
99
autoupdate_schedule: quarterly
1010
skip: ["mypy", "verify-alpha-spec"]
1111
submodules: false
12-
1312
repos:
1413
- repo: https://github.com/pre-commit/pre-commit-hooks
1514
rev: v6.0.0
@@ -35,14 +34,7 @@ repos:
3534
hooks:
3635
- id: mypy
3736
additional_dependencies: [numpy, polars, pyarrow-stubs, pytest, types-cachetools]
38-
args: ["--config-file=pyproject.toml",
39-
"python/cudf/cudf",
40-
"python/pylibcudf/pylibcudf",
41-
"python/custreamz/custreamz",
42-
"python/cudf_kafka/cudf_kafka",
43-
"python/cudf_polars/cudf_polars",
44-
"python/cudf_polars/tests",
45-
"python/dask_cudf/dask_cudf"]
37+
args: ["--config-file=pyproject.toml", "python/cudf/cudf", "python/pylibcudf/pylibcudf", "python/custreamz/custreamz", "python/cudf_kafka/cudf_kafka", "python/cudf_polars/cudf_polars", "python/cudf_polars/tests", "python/dask_cudf/dask_cudf"]
4638
pass_filenames: false
4739
- repo: https://github.com/pre-commit/mirrors-clang-format
4840
rev: v20.1.4
@@ -222,6 +214,10 @@ repos:
222214
cpp/include/cudf_test/cxxopts[.]hpp$
223215
)
224216
- id: verify-alpha-spec
217+
args:
218+
- --fix
219+
- --mode
220+
- release
225221
- id: verify-codeowners
226222
args: [--fix, --project-prefix=cudf]
227223
- repo: https://github.com/rapidsai/dependency-file-generator
@@ -234,6 +230,5 @@ repos:
234230
hooks:
235231
- id: shellcheck
236232
args: ["--severity=warning"]
237-
238233
default_language_version:
239-
python: python3
234+
python: python3

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- cupy>=13.6.0
2727
- cxx-compiler
2828
- cython>=3.0.3,<3.2.0a0
29-
- dask-cuda==25.12.*,>=0.0.0a0
29+
- dask-cuda==25.12.*
3030
- dlpack>=0.8,<1.0
3131
- doxygen=1.9.1
3232
- fastavro>=0.22.9
@@ -39,11 +39,11 @@ dependencies:
3939
- ipython
4040
- jupyter_client
4141
- libcurand-dev
42-
- libkvikio==25.12.*,>=0.0.0a0
42+
- libkvikio==25.12.*
4343
- libnvcomp-dev==5.0.0.6
4444
- libnvjitlink-dev
4545
- librdkafka>=2.8.0,<2.9.0a0
46-
- librmm==25.12.*,>=0.0.0a0
46+
- librmm==25.12.*
4747
- make
4848
- mmh3
4949
- moto>=4.0.8
@@ -82,10 +82,10 @@ dependencies:
8282
- python>=3.10,<3.14
8383
- pytorch>=2.4.0
8484
- rapids-build-backend>=0.4.0,<0.5.0.dev0
85-
- rapids-dask-dependency==25.12.*,>=0.0.0a0
86-
- rapids-logger==0.2.*,>=0.0.0a0
85+
- rapids-dask-dependency==25.12.*
86+
- rapids-logger==0.2.*
8787
- rich
88-
- rmm==25.12.*,>=0.0.0a0
88+
- rmm==25.12.*
8989
- s3fs>=2022.3.0
9090
- scikit-build-core>=0.10.0
9191
- scipy

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- cupy>=13.6.0
2727
- cxx-compiler
2828
- cython>=3.0.3,<3.2.0a0
29-
- dask-cuda==25.12.*,>=0.0.0a0
29+
- dask-cuda==25.12.*
3030
- dlpack>=0.8,<1.0
3131
- doxygen=1.9.1
3232
- fastavro>=0.22.9
@@ -40,11 +40,11 @@ dependencies:
4040
- jupyter_client
4141
- libcufile-dev
4242
- libcurand-dev
43-
- libkvikio==25.12.*,>=0.0.0a0
43+
- libkvikio==25.12.*
4444
- libnvcomp-dev==5.0.0.6
4545
- libnvjitlink-dev
4646
- librdkafka>=2.8.0,<2.9.0a0
47-
- librmm==25.12.*,>=0.0.0a0
47+
- librmm==25.12.*
4848
- make
4949
- mmh3
5050
- moto>=4.0.8
@@ -83,10 +83,10 @@ dependencies:
8383
- python>=3.10,<3.14
8484
- pytorch>=2.4.0
8585
- rapids-build-backend>=0.4.0,<0.5.0.dev0
86-
- rapids-dask-dependency==25.12.*,>=0.0.0a0
87-
- rapids-logger==0.2.*,>=0.0.0a0
86+
- rapids-dask-dependency==25.12.*
87+
- rapids-logger==0.2.*
8888
- rich
89-
- rmm==25.12.*,>=0.0.0a0
89+
- rmm==25.12.*
9090
- s3fs>=2022.3.0
9191
- scikit-build-core>=0.10.0
9292
- scipy

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- cupy>=13.6.0
2727
- cxx-compiler
2828
- cython>=3.0.3,<3.2.0a0
29-
- dask-cuda==25.12.*,>=0.0.0a0
29+
- dask-cuda==25.12.*
3030
- dlpack>=0.8,<1.0
3131
- doxygen=1.9.1
3232
- fastavro>=0.22.9
@@ -39,11 +39,11 @@ dependencies:
3939
- ipython
4040
- jupyter_client
4141
- libcurand-dev
42-
- libkvikio==25.12.*,>=0.0.0a0
42+
- libkvikio==25.12.*
4343
- libnvcomp-dev==5.0.0.6
4444
- libnvjitlink-dev
4545
- librdkafka>=2.8.0,<2.9.0a0
46-
- librmm==25.12.*,>=0.0.0a0
46+
- librmm==25.12.*
4747
- make
4848
- mmh3
4949
- moto>=4.0.8
@@ -81,10 +81,10 @@ dependencies:
8181
- python-xxhash
8282
- python>=3.10,<3.14
8383
- rapids-build-backend>=0.4.0,<0.5.0.dev0
84-
- rapids-dask-dependency==25.12.*,>=0.0.0a0
85-
- rapids-logger==0.2.*,>=0.0.0a0
84+
- rapids-dask-dependency==25.12.*
85+
- rapids-logger==0.2.*
8686
- rich
87-
- rmm==25.12.*,>=0.0.0a0
87+
- rmm==25.12.*
8888
- s3fs>=2022.3.0
8989
- scikit-build-core>=0.10.0
9090
- scipy

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- cupy>=13.6.0
2727
- cxx-compiler
2828
- cython>=3.0.3,<3.2.0a0
29-
- dask-cuda==25.12.*,>=0.0.0a0
29+
- dask-cuda==25.12.*
3030
- dlpack>=0.8,<1.0
3131
- doxygen=1.9.1
3232
- fastavro>=0.22.9
@@ -40,11 +40,11 @@ dependencies:
4040
- jupyter_client
4141
- libcufile-dev
4242
- libcurand-dev
43-
- libkvikio==25.12.*,>=0.0.0a0
43+
- libkvikio==25.12.*
4444
- libnvcomp-dev==5.0.0.6
4545
- libnvjitlink-dev
4646
- librdkafka>=2.8.0,<2.9.0a0
47-
- librmm==25.12.*,>=0.0.0a0
47+
- librmm==25.12.*
4848
- make
4949
- mmh3
5050
- moto>=4.0.8
@@ -82,10 +82,10 @@ dependencies:
8282
- python-xxhash
8383
- python>=3.10,<3.14
8484
- rapids-build-backend>=0.4.0,<0.5.0.dev0
85-
- rapids-dask-dependency==25.12.*,>=0.0.0a0
86-
- rapids-logger==0.2.*,>=0.0.0a0
85+
- rapids-dask-dependency==25.12.*
86+
- rapids-logger==0.2.*
8787
- rich
88-
- rmm==25.12.*,>=0.0.0a0
88+
- rmm==25.12.*
8989
- s3fs>=2022.3.0
9090
- scikit-build-core>=0.10.0
9191
- scipy

0 commit comments

Comments
 (0)