Skip to content

Commit 1dd046c

Browse files
committed
merge release/26.06 into main
2 parents 7cd6a3f + 04c0740 commit 1dd046c

11 files changed

Lines changed: 13 additions & 13 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=12.9.2,<13.0
1818
- cuda-version=12.9
19-
- cupy>=13.6.0
19+
- cupy>=13.6.0,!=14.0.0,!=14.1.0
2020
- cxx-compiler
2121
- cython>=3.2.2
2222
- dlpack>=0.8,<1.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=12.9.2,<13.0
1818
- cuda-version=12.9
19-
- cupy>=13.6.0
19+
- cupy>=13.6.0,!=14.0.0,!=14.1.0
2020
- cxx-compiler
2121
- cython>=3.2.2
2222
- dlpack>=0.8,<1.0

‎conda/environments/all_cuda-132_arch-aarch64.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=13.0.1,<14.0
1818
- cuda-version=13.2
19-
- cupy>=13.6.0
19+
- cupy>=13.6.0,!=14.0.0,!=14.1.0
2020
- cxx-compiler
2121
- cython>=3.2.2
2222
- dlpack>=0.8,<1.0

‎conda/environments/all_cuda-132_arch-x86_64.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=13.0.1,<14.0
1818
- cuda-version=13.2
19-
- cupy>=13.6.0
19+
- cupy>=13.6.0,!=14.0.0,!=14.1.0
2020
- cxx-compiler
2121
- cython>=3.2.2
2222
- dlpack>=0.8,<1.0

‎conda/environments/bench_ann_cuda-129_arch-aarch64.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=12.9.2,<13.0
1818
- cuda-version=12.9
19-
- cupy>=13.6.0
19+
- cupy>=13.6.0,!=14.0.0,!=14.1.0
2020
- cuvs==26.8.*,>=0.0.0a0
2121
- cxx-compiler
2222
- cython>=3.2.2

‎conda/environments/bench_ann_cuda-129_arch-x86_64.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=12.9.2,<13.0
1818
- cuda-version=12.9
19-
- cupy>=13.6.0
19+
- cupy>=13.6.0,!=14.0.0,!=14.1.0
2020
- cuvs==26.8.*,>=0.0.0a0
2121
- cxx-compiler
2222
- cython>=3.2.2

‎conda/environments/bench_ann_cuda-132_arch-aarch64.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=13.0.1,<14.0
1818
- cuda-version=13.2
19-
- cupy>=13.6.0
19+
- cupy>=13.6.0,!=14.0.0,!=14.1.0
2020
- cuvs==26.8.*,>=0.0.0a0
2121
- cxx-compiler
2222
- cython>=3.2.2

‎conda/environments/bench_ann_cuda-132_arch-x86_64.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- cuda-profiler-api
1717
- cuda-python>=13.0.1,<14.0
1818
- cuda-version=13.2
19-
- cupy>=13.6.0
19+
- cupy>=13.6.0,!=14.0.0,!=14.1.0
2020
- cuvs==26.8.*,>=0.0.0a0
2121
- cxx-compiler
2222
- cython>=3.2.2

‎conda/recipes/cuvs-bench/recipe.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ requirements:
4242
run:
4343
- ${{ pin_compatible("cuda-version", upper_bound="x", lower_bound="x") }}
4444
- click
45-
- cupy >=13.6.0
45+
- cupy >=13.6.0,!=14.0.0,!=14.1.0
4646
- cuvs =${{ version }}
4747
- h5py ${{ h5py_version }}
4848
- libcuvs-bench-ann =${{ version }}

‎dependencies.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ dependencies:
436436
common:
437437
- output_types: conda
438438
packages:
439-
- cupy>=13.6.0
439+
- cupy>=13.6.0,!=14.0.0,!=14.1.0
440440
# NOTE: This is intentionally not broken into groups by a 'cuda_suffixed' selector like
441441
# other packages with -cu{nn}x suffixes in this file.
442442
# All RAPIDS wheel builds (including in devcontainers) expect cupy to be suffixed.
@@ -446,11 +446,11 @@ dependencies:
446446
- matrix:
447447
cuda: "12.*"
448448
packages:
449-
- cupy-cuda12x>=13.6.0
449+
- cupy-cuda12x>=13.6.0,!=14.0.0,!=14.1.0
450450
# fallback to CUDA 13 versions if 'cuda' is '13.*' or not provided
451451
- matrix:
452452
packages:
453-
- &cupy_cu13 cupy-cuda13x>=13.6.0
453+
- &cupy_cu13 cupy-cuda13x>=13.6.0,!=14.0.0,!=14.1.0
454454
test_libcuvs:
455455
common:
456456
- output_types: [conda]

0 commit comments

Comments
 (0)