File tree Expand file tree Collapse file tree 11 files changed +87
-84
lines changed
Expand file tree Collapse file tree 11 files changed +87
-84
lines changed Original file line number Diff line number Diff 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 : |
8388 entry : python ci/utils/update_doc_versions.py
8489 language : system
8590 files : docs/cuopt/source/versions1.json
86-
87-
8891default_language_version :
89- python : python3
92+ python : python3
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments