Skip to content

Commit d97ff6b

Browse files
committed
REL v25.12.00 release
1 parent dddf42d commit d97ff6b

File tree

11 files changed

+87
-84
lines changed

11 files changed

+87
-84
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ repos:
5656
- repo: https://github.com/rapidsai/pre-commit-hooks
5757
rev: v1.2.1
5858
hooks:
59+
- id: verify-alpha-spec
60+
args:
61+
- --fix
62+
- --mode
63+
- release
5964
- id: verify-copyright
6065
args: [--fix, --spdx]
6166
files: |
@@ -83,7 +88,5 @@ repos:
8388
entry: python ci/utils/update_doc_versions.py
8489
language: system
8590
files: docs/cuopt/source/versions1.json
86-
87-
8891
default_language_version:
89-
python: python3
92+
python: python3

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cuda-python>=12.9.2,<13.0a0
2020
- cuda-sanitizer-api
2121
- cuda-version=12.9
22-
- cudf==25.12.*,>=0.0.0a0
22+
- cudf==25.12.*
2323
- cupy>=13.6.0
2424
- cxx-compiler
2525
- cython>=3.0.3
@@ -35,8 +35,8 @@ dependencies:
3535
- libcurand-dev
3636
- libcusolver-dev
3737
- libcusparse-dev
38-
- libraft-headers==25.12.*,>=0.0.0a0
39-
- librmm==25.12.*,>=0.0.0a0
38+
- libraft-headers==25.12.*
39+
- librmm==25.12.*
4040
- make
4141
- msgpack-numpy==0.4.8
4242
- msgpack-python==1.1.0
@@ -53,16 +53,16 @@ dependencies:
5353
- pip
5454
- pre-commit
5555
- psutil>=6.0.0
56-
- pylibraft==25.12.*,>=0.0.0a0
56+
- pylibraft==25.12.*
5757
- pyrsistent
5858
- pytest-cov
5959
- pytest<8
6060
- python>=3.10,<3.14
6161
- rapids-build-backend>=0.4.0,<0.5.0.dev0
62-
- rapids-dask-dependency==25.12.*,>=0.0.0a0
63-
- rapids-logger==0.2.*,>=0.0.0a0
62+
- rapids-dask-dependency==25.12.*
63+
- rapids-logger==0.2.*
6464
- requests
65-
- rmm==25.12.*,>=0.0.0a0
65+
- rmm==25.12.*
6666
- scikit-build-core>=0.10.0
6767
- sphinx
6868
- sphinx-copybutton

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cuda-python>=12.9.2,<13.0a0
2020
- cuda-sanitizer-api
2121
- cuda-version=12.9
22-
- cudf==25.12.*,>=0.0.0a0
22+
- cudf==25.12.*
2323
- cupy>=13.6.0
2424
- cxx-compiler
2525
- cython>=3.0.3
@@ -35,8 +35,8 @@ dependencies:
3535
- libcurand-dev
3636
- libcusolver-dev
3737
- libcusparse-dev
38-
- libraft-headers==25.12.*,>=0.0.0a0
39-
- librmm==25.12.*,>=0.0.0a0
38+
- libraft-headers==25.12.*
39+
- librmm==25.12.*
4040
- make
4141
- msgpack-numpy==0.4.8
4242
- msgpack-python==1.1.0
@@ -53,16 +53,16 @@ dependencies:
5353
- pip
5454
- pre-commit
5555
- psutil>=6.0.0
56-
- pylibraft==25.12.*,>=0.0.0a0
56+
- pylibraft==25.12.*
5757
- pyrsistent
5858
- pytest-cov
5959
- pytest<8
6060
- python>=3.10,<3.14
6161
- rapids-build-backend>=0.4.0,<0.5.0.dev0
62-
- rapids-dask-dependency==25.12.*,>=0.0.0a0
63-
- rapids-logger==0.2.*,>=0.0.0a0
62+
- rapids-dask-dependency==25.12.*
63+
- rapids-logger==0.2.*
6464
- requests
65-
- rmm==25.12.*,>=0.0.0a0
65+
- rmm==25.12.*
6666
- scikit-build-core>=0.10.0
6767
- sphinx
6868
- sphinx-copybutton

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cuda-python>=13.0.1,<14.0a0
2020
- cuda-sanitizer-api
2121
- cuda-version=13.0
22-
- cudf==25.12.*,>=0.0.0a0
22+
- cudf==25.12.*
2323
- cupy>=13.6.0
2424
- cxx-compiler
2525
- cython>=3.0.3
@@ -35,8 +35,8 @@ dependencies:
3535
- libcurand-dev
3636
- libcusolver-dev
3737
- libcusparse-dev
38-
- libraft-headers==25.12.*,>=0.0.0a0
39-
- librmm==25.12.*,>=0.0.0a0
38+
- libraft-headers==25.12.*
39+
- librmm==25.12.*
4040
- make
4141
- msgpack-numpy==0.4.8
4242
- msgpack-python==1.1.0
@@ -53,16 +53,16 @@ dependencies:
5353
- pip
5454
- pre-commit
5555
- psutil>=6.0.0
56-
- pylibraft==25.12.*,>=0.0.0a0
56+
- pylibraft==25.12.*
5757
- pyrsistent
5858
- pytest-cov
5959
- pytest<8
6060
- python>=3.10,<3.14
6161
- rapids-build-backend>=0.4.0,<0.5.0.dev0
62-
- rapids-dask-dependency==25.12.*,>=0.0.0a0
63-
- rapids-logger==0.2.*,>=0.0.0a0
62+
- rapids-dask-dependency==25.12.*
63+
- rapids-logger==0.2.*
6464
- requests
65-
- rmm==25.12.*,>=0.0.0a0
65+
- rmm==25.12.*
6666
- scikit-build-core>=0.10.0
6767
- sphinx
6868
- sphinx-copybutton

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cuda-python>=13.0.1,<14.0a0
2020
- cuda-sanitizer-api
2121
- cuda-version=13.0
22-
- cudf==25.12.*,>=0.0.0a0
22+
- cudf==25.12.*
2323
- cupy>=13.6.0
2424
- cxx-compiler
2525
- cython>=3.0.3
@@ -35,8 +35,8 @@ dependencies:
3535
- libcurand-dev
3636
- libcusolver-dev
3737
- libcusparse-dev
38-
- libraft-headers==25.12.*,>=0.0.0a0
39-
- librmm==25.12.*,>=0.0.0a0
38+
- libraft-headers==25.12.*
39+
- librmm==25.12.*
4040
- make
4141
- msgpack-numpy==0.4.8
4242
- msgpack-python==1.1.0
@@ -53,16 +53,16 @@ dependencies:
5353
- pip
5454
- pre-commit
5555
- psutil>=6.0.0
56-
- pylibraft==25.12.*,>=0.0.0a0
56+
- pylibraft==25.12.*
5757
- pyrsistent
5858
- pytest-cov
5959
- pytest<8
6060
- python>=3.10,<3.14
6161
- rapids-build-backend>=0.4.0,<0.5.0.dev0
62-
- rapids-dask-dependency==25.12.*,>=0.0.0a0
63-
- rapids-logger==0.2.*,>=0.0.0a0
62+
- rapids-dask-dependency==25.12.*
63+
- rapids-logger==0.2.*
6464
- requests
65-
- rmm==25.12.*,>=0.0.0a0
65+
- rmm==25.12.*
6666
- scikit-build-core>=0.10.0
6767
- sphinx
6868
- sphinx-copybutton

0 commit comments

Comments
 (0)