Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v5.0.0'
rev: 'v6.0.0'
hooks:
- id: end-of-file-fixer
exclude: ^(datasets|helmchart)/.*\.(mps|json|yaml|yml|txt)$
Expand Down Expand Up @@ -75,17 +75,17 @@ repos:
types_or: [file]
args: ['-fallback-style=none', '-style=file', '-i']
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.18.1
rev: v1.20.0
hooks:
- id: rapids-dependency-file-generator
args: ["--clean"]
args: ["--clean", "--warn-all", "--strict"]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
- id: shellcheck
args: ["--severity=warning"]
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.6.0
rev: v0.7.0
hooks:
- id: verify-copyright
files: |
Expand Down
4 changes: 1 addition & 3 deletions conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ dependencies:
- clang==20.1.4
- cmake>=3.30.4
- cpp-argparse
- cuda-crt
- cuda-nvcc
- cuda-nvtx-dev
- cuda-nvvm
- cuda-sanitizer-api
- cuda-version=12.9
- cudf==25.10.*,>=0.0.0a0
Expand All @@ -28,7 +26,7 @@ dependencies:
- exhale
- fastapi
- folium
- gcc_linux-aarch64=13.*
- gcc_linux-aarch64=14.*
- geopandas
- gmock
- gtest
Expand Down
4 changes: 1 addition & 3 deletions conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ dependencies:
- clang==20.1.4
- cmake>=3.30.4
- cpp-argparse
- cuda-crt
- cuda-nvcc
- cuda-nvtx-dev
- cuda-nvvm
- cuda-sanitizer-api
- cuda-version=12.9
- cudf==25.10.*,>=0.0.0a0
Expand All @@ -28,7 +26,7 @@ dependencies:
- exhale
- fastapi
- folium
- gcc_linux-64=13.*
- gcc_linux-64=14.*
- geopandas
- gmock
- gtest
Expand Down
Empty file.
4 changes: 2 additions & 2 deletions conda/recipes/cuopt/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
c_compiler_version:
- 13
- 14

cxx_compiler_version:
- 13
- 14

cuda_compiler:
- cuda-nvcc
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/libcuopt/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
c_compiler_version:
- 13
- 14

cxx_compiler_version:
- 13
- 14

cuda_compiler:
- cuda-nvcc
Expand Down
6 changes: 6 additions & 0 deletions conda/recipes/mps-parser/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
numpy_version:
- ">=1.21,<1.25"

c_compiler_version:
- 14

cxx_compiler_version:
- 14

c_stdlib:
- sysroot

Expand Down
50 changes: 11 additions & 39 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,29 +282,22 @@ dependencies:
- output_types: conda
packages:
- c-compiler
- cuda-nvcc
- cxx-compiler
- ccache
specific:
- output_types: conda
matrices:
- matrix:
arch: x86_64
cuda: "12.*"
packages:
- gcc_linux-64=13.*
- gcc_linux-64=14.*
- sysroot_linux-64==2.28
- matrix:
arch: aarch64
cuda: "12.*"
packages:
- gcc_linux-aarch64=13.*
- gcc_linux-aarch64=14.*
- sysroot_linux-aarch64==2.28
- output_types: conda
matrices:
- matrix:
cuda: "12.*"
packages:
- cuda-nvcc
build_cpp:
common:
- output_types: conda
Expand All @@ -317,17 +310,9 @@ dependencies:
common:
- output_types: [conda]
packages:
- cuda-sanitizer-api
- gmock
- gtest
specific:
- output_types: conda
matrices:
- matrix:
cuda: "12.*"
packages:
- cuda-sanitizer-api
- matrix:
packages:
build_wheels:
common:
- output_types: [requirements, pyproject]
Expand Down Expand Up @@ -369,7 +354,6 @@ dependencies:
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
# This index is needed for cubinlinker, ptxcompiler.
- --extra-index-url=https://pypi.nvidia.com
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
specific:
Expand Down Expand Up @@ -682,25 +666,13 @@ dependencies:
packages:
- cuda-version=12.9
cuda:
specific:
- output_types: conda
matrices:
- matrix:
cuda: "12.[01]"
packages:
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- cuda-nvtx-dev
- matrix:
cuda: "12.*"
packages:
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- cuda-nvtx-dev
- cuda-nvvm
- cuda-crt
common:
- output_types: [conda]
packages:
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- cuda-nvtx-dev

cuda_wheels:
specific:
Expand Down