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
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- cuda-nvcc
- cuda-python>=12.9.2,<13.0
- cuda-version=12.9
- cupy>=13.6.0,!=14.0.0,!=14.1.0
- cupy>=14.0.1,!=14.1.0
- cxx-compiler
- cython>=3.2.2
- doxygen=1.9.1
Expand All @@ -21,7 +21,7 @@ dependencies:
- libnuma
- moto>=4.0.8
- ninja
- numpy>=1.23,<3.0
- numpy>=2.0,<3.0
- numpydoc
- packaging
- pre-commit
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- cuda-nvcc
- cuda-python>=12.9.2,<13.0
- cuda-version=12.9
- cupy>=13.6.0,!=14.0.0,!=14.1.0
- cupy>=14.0.1,!=14.1.0
- cxx-compiler
- cython>=3.2.2
- doxygen=1.9.1
Expand All @@ -21,7 +21,7 @@ dependencies:
- libnuma
- moto>=4.0.8
- ninja
- numpy>=1.23,<3.0
- numpy>=2.0,<3.0
- numpydoc
- packaging
- pre-commit
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-133_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- cuda-nvcc
- cuda-python>=13.0.1,<14.0
- cuda-version=13.3
- cupy>=13.6.0,!=14.0.0,!=14.1.0
- cupy>=14.0.1,!=14.1.0
- cxx-compiler
- cython>=3.2.2
- doxygen=1.9.1
Expand All @@ -21,7 +21,7 @@ dependencies:
- libnuma
- moto>=4.0.8
- ninja
- numpy>=1.23,<3.0
- numpy>=2.0,<3.0
- numpydoc
- packaging
- pre-commit
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-133_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- cuda-nvcc
- cuda-python>=13.0.1,<14.0
- cuda-version=13.3
- cupy>=13.6.0,!=14.0.0,!=14.1.0
- cupy>=14.0.1,!=14.1.0
- cxx-compiler
- cython>=3.2.2
- doxygen=1.9.1
Expand All @@ -21,7 +21,7 @@ dependencies:
- libnuma
- moto>=4.0.8
- ninja
- numpy>=1.23,<3.0
- numpy>=2.0,<3.0
- numpydoc
- packaging
- pre-commit
Expand Down
6 changes: 3 additions & 3 deletions conda/recipes/kvikio/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION.
# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
schema_version: 1

Expand Down Expand Up @@ -90,9 +90,9 @@ requirements:
- scikit-build-core>=0.11.0
run:
- ${{ pin_compatible("cuda-version", upper_bound="x", lower_bound="x") }}
- cupy >=13.6.0,!=14.0.0,!=14.1.0
- cupy >=14.0.1,!=14.1.0
- libkvikio =${{ version }}
- numpy >=1.23,<3.0
- numpy >=2.0,<3.0
- packaging
- python
ignore_run_exports:
Expand Down
31 changes: 24 additions & 7 deletions dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION.
# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Dependency list for https://github.com/rapidsai/dependency-file-generator
Expand Down Expand Up @@ -288,21 +288,38 @@ dependencies:
common:
- output_types: conda
packages:
- &cupy_unsuffixed cupy>=13.6.0,!=14.0.0,!=14.1.0
- &cupy_unsuffixed cupy>=14.0.1,!=14.1.0
specific:
- output_types: [requirements, pyproject]
- output_types: requirements
matrices:
- matrix:
cuda: "12.*"
packages:
- cupy-cuda12x>=13.6.0,!=14.0.0,!=14.1.0
- &cupy_cu12 cupy-cuda12x>=14.0.1,!=14.1.0
# fallback to CUDA 13 versions if 'cuda' is '13.*' or not provided
- matrix:
cuda: "13.*"
packages:
- &cupy_cu13 cupy-cuda13x>=13.6.0,!=14.0.0,!=14.1.0
- &cupy_cu13 cupy-cuda13x>=14.0.1,!=14.1.0
- output_types: pyproject
matrices:
- matrix:
cuda: "12.*"
use_cuda_wheels: "false"
packages:
- *cupy_cu12
- matrix:
cuda: "13.*"
use_cuda_wheels: "false"
packages:
- *cupy_cu13
- matrix:
cuda: "12.*"
packages:
- cupy-cuda12x[ctk]>=14.0.1,!=14.1.0
# fallback to CUDA 13 versions if 'cuda' is '13.*' or not provided
- matrix:
packages:
- cupy-cuda13x[ctk]>=14.0.1,!=14.1.0
depends_on_libkvikio:
common:
- output_types: conda
Expand Down Expand Up @@ -385,7 +402,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- numpy>=1.23,<3.0
- numpy>=2.0,<3.0
- packaging
zarr:
common:
Expand Down
6 changes: 3 additions & 3 deletions python/kvikio/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

[build-system]
Expand All @@ -19,9 +19,9 @@ authors = [
license = "Apache-2.0"
requires-python = ">=3.11"
dependencies = [
"cupy-cuda13x>=13.6.0,!=14.0.0,!=14.1.0",
"cupy-cuda13x[ctk]>=14.0.1,!=14.1.0",
"libkvikio==26.8.*,>=0.0.0a0",
"numpy>=1.23,<3.0",
"numpy>=2.0,<3.0",
"packaging",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
Expand Down