Skip to content

Commit 9e939c6

Browse files
committed
REL v25.12.00 release
1 parent 8e6eb04 commit 9e939c6

13 files changed

+96
-92
lines changed

.pre-commit-config.yaml

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -54,34 +54,38 @@ repos:
5454
[.]flake8$|
5555
[.]coveragerc$
5656
- id: verify-alpha-spec
57+
args:
58+
- --fix
59+
- --mode
60+
- release
5761
- repo: https://github.com/rapidsai/dependency-file-generator
5862
rev: v1.20.0
5963
hooks:
60-
- id: rapids-dependency-file-generator
61-
args: ["--clean", "--warn-all", "--strict"]
64+
- id: rapids-dependency-file-generator
65+
args: ["--clean", "--warn-all", "--strict"]
6266
- repo: local
6367
hooks:
64-
- id: cmake-format
65-
name: cmake-format
66-
entry: ./cpp/scripts/run-cmake-format.sh cmake-format
67-
language: python
68-
types: [cmake]
69-
#exclude: .*/thirdparty/.*
70-
# Note that pre-commit autoupdate does not update the versions
71-
# of dependencies, so we'll have to update this manually.
72-
additional_dependencies:
73-
- cmakelang==0.6.13
74-
verbose: true
75-
require_serial: true
76-
- id: cmake-lint
77-
name: cmake-lint
78-
entry: ./cpp/scripts/run-cmake-format.sh cmake-lint
79-
language: python
80-
types: [cmake]
81-
#exclude: .*/thirdparty/.*
82-
# Note that pre-commit autoupdate does not update the versions
83-
# of dependencies, so we'll have to update this manually.
84-
additional_dependencies:
85-
- cmakelang==0.6.13
86-
verbose: true
87-
require_serial: true
68+
- id: cmake-format
69+
name: cmake-format
70+
entry: ./cpp/scripts/run-cmake-format.sh cmake-format
71+
language: python
72+
types: [cmake]
73+
#exclude: .*/thirdparty/.*
74+
# Note that pre-commit autoupdate does not update the versions
75+
# of dependencies, so we'll have to update this manually.
76+
additional_dependencies:
77+
- cmakelang==0.6.13
78+
verbose: true
79+
require_serial: true
80+
- id: cmake-lint
81+
name: cmake-lint
82+
entry: ./cpp/scripts/run-cmake-format.sh cmake-lint
83+
language: python
84+
types: [cmake]
85+
#exclude: .*/thirdparty/.*
86+
# Note that pre-commit autoupdate does not update the versions
87+
# of dependencies, so we'll have to update this manually.
88+
additional_dependencies:
89+
- cmakelang==0.6.13
90+
verbose: true
91+
require_serial: true

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
- cuda-nvtx-dev
1414
- cuda-profiler-api
1515
- cuda-version=12.9
16-
- cudf==25.12.*,>=0.0.0a0
17-
- cugraph==25.12.*,>=0.0.0a0
18-
- cuml==25.12.*,>=0.0.0a0
16+
- cudf==25.12.*
17+
- cugraph==25.12.*
18+
- cuml==25.12.*
1919
- cupy>=13.6.0
2020
- cython>=3.0.0,<3.2.0a0
2121
- doxygen
@@ -36,15 +36,15 @@ dependencies:
3636
- pandas
3737
- pre-commit
3838
- pydantic
39-
- pylibcugraph==25.12.*,>=0.0.0a0
39+
- pylibcugraph==25.12.*
4040
- pytest-benchmark
4141
- pytest-cov
4242
- pytest-forked
4343
- pytest-xdist
4444
- pytest<9.0.0a0
4545
- pytorch_geometric>=2.5,<2.7
4646
- rapids-build-backend>=0.4.0,<0.5.0.dev0
47-
- rmm==25.12.*,>=0.0.0a0
47+
- rmm==25.12.*
4848
- scikit-build-core>=0.10.0
4949
- scipy
5050
- setuptools>=61.0.0

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
- cuda-nvtx-dev
1414
- cuda-profiler-api
1515
- cuda-version=12.9
16-
- cudf==25.12.*,>=0.0.0a0
17-
- cugraph==25.12.*,>=0.0.0a0
18-
- cuml==25.12.*,>=0.0.0a0
16+
- cudf==25.12.*
17+
- cugraph==25.12.*
18+
- cuml==25.12.*
1919
- cupy>=13.6.0
2020
- cython>=3.0.0,<3.2.0a0
2121
- doxygen
@@ -36,15 +36,15 @@ dependencies:
3636
- pandas
3737
- pre-commit
3838
- pydantic
39-
- pylibcugraph==25.12.*,>=0.0.0a0
39+
- pylibcugraph==25.12.*
4040
- pytest-benchmark
4141
- pytest-cov
4242
- pytest-forked
4343
- pytest-xdist
4444
- pytest<9.0.0a0
4545
- pytorch_geometric>=2.5,<2.7
4646
- rapids-build-backend>=0.4.0,<0.5.0.dev0
47-
- rmm==25.12.*,>=0.0.0a0
47+
- rmm==25.12.*
4848
- scikit-build-core>=0.10.0
4949
- scipy
5050
- setuptools>=61.0.0

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
- cuda-nvtx-dev
1414
- cuda-profiler-api
1515
- cuda-version=13.0
16-
- cudf==25.12.*,>=0.0.0a0
17-
- cugraph==25.12.*,>=0.0.0a0
18-
- cuml==25.12.*,>=0.0.0a0
16+
- cudf==25.12.*
17+
- cugraph==25.12.*
18+
- cuml==25.12.*
1919
- cupy>=13.6.0
2020
- cython>=3.0.0,<3.2.0a0
2121
- doxygen
@@ -36,15 +36,15 @@ dependencies:
3636
- pandas
3737
- pre-commit
3838
- pydantic
39-
- pylibcugraph==25.12.*,>=0.0.0a0
39+
- pylibcugraph==25.12.*
4040
- pytest-benchmark
4141
- pytest-cov
4242
- pytest-forked
4343
- pytest-xdist
4444
- pytest<9.0.0a0
4545
- pytorch_geometric>=2.5,<2.7
4646
- rapids-build-backend>=0.4.0,<0.5.0.dev0
47-
- rmm==25.12.*,>=0.0.0a0
47+
- rmm==25.12.*
4848
- scikit-build-core>=0.10.0
4949
- scipy
5050
- setuptools>=61.0.0

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
- cuda-nvtx-dev
1414
- cuda-profiler-api
1515
- cuda-version=13.0
16-
- cudf==25.12.*,>=0.0.0a0
17-
- cugraph==25.12.*,>=0.0.0a0
18-
- cuml==25.12.*,>=0.0.0a0
16+
- cudf==25.12.*
17+
- cugraph==25.12.*
18+
- cuml==25.12.*
1919
- cupy>=13.6.0
2020
- cython>=3.0.0,<3.2.0a0
2121
- doxygen
@@ -36,15 +36,15 @@ dependencies:
3636
- pandas
3737
- pre-commit
3838
- pydantic
39-
- pylibcugraph==25.12.*,>=0.0.0a0
39+
- pylibcugraph==25.12.*
4040
- pytest-benchmark
4141
- pytest-cov
4242
- pytest-forked
4343
- pytest-xdist
4444
- pytest<9.0.0a0
4545
- pytorch_geometric>=2.5,<2.7
4646
- rapids-build-backend>=0.4.0,<0.5.0.dev0
47-
- rmm==25.12.*,>=0.0.0a0
47+
- rmm==25.12.*
4848
- scikit-build-core>=0.10.0
4949
- scipy
5050
- setuptools>=61.0.0

0 commit comments

Comments
 (0)