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
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- cupy>=14.0.1,!=14.1.0
- cxx-compiler
- cython>=3.2.2
- dlpack>=0.8,<1.0
- dlpack>=1.0,<1.1
- gcc_linux-aarch64=14.*
- go
- libclang==20.1.8
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- cupy>=14.0.1,!=14.1.0
- cxx-compiler
- cython>=3.2.2
- dlpack>=0.8,<1.0
- dlpack>=1.0,<1.1
- gcc_linux-64=14.*
- go
- libclang==20.1.8
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-133_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- cupy>=14.0.1,!=14.1.0
- cxx-compiler
- cython>=3.2.2
- dlpack>=0.8,<1.0
- dlpack>=1.0,<1.1
- gcc_linux-aarch64=14.*
- go
- libclang==20.1.8
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-133_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- cupy>=14.0.1,!=14.1.0
- cxx-compiler
- cython>=3.2.2
- dlpack>=0.8,<1.0
- dlpack>=1.0,<1.1
- gcc_linux-64=14.*
- go
- libclang==20.1.8
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- cuvs==26.8.*,>=0.0.0a0
- cxx-compiler
- cython>=3.2.2
- dlpack>=0.8,<1.0
- dlpack>=1.0,<1.1
- gcc_linux-aarch64=14.*
- glog>=0.6.0
- h5py>=3.8.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- cuvs==26.8.*,>=0.0.0a0
- cxx-compiler
- cython>=3.2.2
- dlpack>=0.8,<1.0
- dlpack>=1.0,<1.1
- gcc_linux-64=14.*
- glog>=0.6.0
- h5py>=3.8.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-133_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- cuvs==26.8.*,>=0.0.0a0
- cxx-compiler
- cython>=3.2.2
- dlpack>=0.8,<1.0
- dlpack>=1.0,<1.1
- gcc_linux-aarch64=14.*
- glog>=0.6.0
- h5py>=3.8.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-133_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- cuvs==26.8.*,>=0.0.0a0
- cxx-compiler
- cython>=3.2.2
- dlpack>=0.8,<1.0
- dlpack>=1.0,<1.1
- gcc_linux-64=14.*
- glog>=0.6.0
- h5py>=3.8.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/go_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- cuda-profiler-api
- cuda-version=12.9
- cxx-compiler
- dlpack>=0.8,<1.0
- dlpack>=1.0,<1.1
- gcc_linux-aarch64=14.*
- go
- libclang==20.1.8
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/go_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- cuda-profiler-api
- cuda-version=12.9
- cxx-compiler
- dlpack>=0.8,<1.0
- dlpack>=1.0,<1.1
- gcc_linux-64=14.*
- go
- libclang==20.1.8
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/go_cuda-133_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- cuda-profiler-api
- cuda-version=13.3
- cxx-compiler
- dlpack>=0.8,<1.0
- dlpack>=1.0,<1.1
- gcc_linux-aarch64=14.*
- go
- libclang==20.1.8
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/go_cuda-133_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- cuda-profiler-api
- cuda-version=13.3
- cxx-compiler
- dlpack>=0.8,<1.0
- dlpack>=1.0,<1.1
- gcc_linux-64=14.*
- go
- libclang==20.1.8
Expand Down
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_dlpack.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# =============================================================================
# cmake-format: off
# SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION.
# SPDX-FileCopyrightText: Copyright (c) 2024-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# cmake-format: on
# =============================================================================
Expand Down Expand Up @@ -29,6 +29,6 @@ function(find_and_configure_dlpack VERSION)
endif()
endfunction()

set(CUVS_MIN_VERSION_dlpack 0.8)
set(CUVS_MIN_VERSION_dlpack 1.0)

find_and_configure_dlpack(${CUVS_MIN_VERSION_dlpack})
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- dlpack>=0.8,<1.0
- dlpack>=1.0,<1.1
checks:
common:
- output_types: [conda, requirements]
Expand Down Expand Up @@ -504,7 +504,7 @@ dependencies:
packages:
- go
- _go_select *=cgo
- dlpack>=0.8,<1.0
- dlpack>=1.0,<1.1
build_wheels:
common:
- output_types: [requirements, pyproject]
Expand Down
4 changes: 2 additions & 2 deletions examples/cmake/thirdparty/get_dlpack.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# =============================================================================
# cmake-format: off
# SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION.
# SPDX-FileCopyrightText: Copyright (c) 2024-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# cmake-format: on
# =============================================================================
Expand Down Expand Up @@ -29,6 +29,6 @@ function(find_and_configure_dlpack VERSION)
endif()
endfunction()

set(CUVS_MIN_VERSION_dlpack 0.8)
set(CUVS_MIN_VERSION_dlpack 1.0)

find_and_configure_dlpack(${CUVS_MIN_VERSION_dlpack})
Loading