Skip to content

Commit e1a5708

Browse files
authored
Update cuda-python lower bounds to 12.6.2 / 11.8.5 (#524)
We require a newer cuda-python lower bound for new features and to use the new layout. This will fix a number of errors observed when the runtime version of cuda-python is older than the version used to build packages using Cython features from cuda-python. See rapidsai/build-planning#117 (comment) for details. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - James Lamb (https://github.com/jameslamb) URL: #524
1 parent 4cae9fb commit e1a5708

10 files changed

+14
-14
lines changed

conda/environments/all_cuda-118_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- cmake>=3.26.4,!=3.30.0
1616
- cuda-nvtx=11.8
1717
- cuda-profiler-api=11.8.86
18-
- cuda-python>=11.7.1,<12.0a0
18+
- cuda-python>=11.8.5,<12.0a0
1919
- cuda-version=11.8
2020
- cudatoolkit
2121
- cupy>=12.0.0

conda/environments/all_cuda-118_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- cmake>=3.26.4,!=3.30.0
1616
- cuda-nvtx=11.8
1717
- cuda-profiler-api=11.8.86
18-
- cuda-python>=11.7.1,<12.0a0
18+
- cuda-python>=11.8.5,<12.0a0
1919
- cuda-version=11.8
2020
- cudatoolkit
2121
- cupy>=12.0.0

conda/environments/all_cuda-125_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- cuda-nvcc
1818
- cuda-nvtx-dev
1919
- cuda-profiler-api
20-
- cuda-python>=12.0,<13.0a0
20+
- cuda-python>=12.6.2,<13.0a0
2121
- cuda-version=12.5
2222
- cupy>=12.0.0
2323
- cxx-compiler

conda/environments/all_cuda-125_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- cuda-nvcc
1818
- cuda-nvtx-dev
1919
- cuda-profiler-api
20-
- cuda-python>=12.0,<13.0a0
20+
- cuda-python>=12.6.2,<13.0a0
2121
- cuda-version=12.5
2222
- cupy>=12.0.0
2323
- cxx-compiler

conda/environments/bench_ann_cuda-118_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- cmake>=3.26.4,!=3.30.0
1616
- cuda-nvtx=11.8
1717
- cuda-profiler-api=11.8.86
18-
- cuda-python>=11.7.1,<12.0a0
18+
- cuda-python>=11.8.5,<12.0a0
1919
- cuda-version=11.8
2020
- cudatoolkit
2121
- cxx-compiler

conda/environments/bench_ann_cuda-118_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- cmake>=3.26.4,!=3.30.0
1616
- cuda-nvtx=11.8
1717
- cuda-profiler-api=11.8.86
18-
- cuda-python>=11.7.1,<12.0a0
18+
- cuda-python>=11.8.5,<12.0a0
1919
- cuda-version=11.8
2020
- cudatoolkit
2121
- cxx-compiler

conda/environments/bench_ann_cuda-125_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- cuda-nvcc
1818
- cuda-nvtx-dev
1919
- cuda-profiler-api
20-
- cuda-python>=12.0,<13.0a0
20+
- cuda-python>=12.6.2,<13.0a0
2121
- cuda-version=12.5
2222
- cxx-compiler
2323
- cython>=3.0.0

conda/environments/bench_ann_cuda-125_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- cuda-nvcc
1818
- cuda-nvtx-dev
1919
- cuda-profiler-api
20-
- cuda-python>=12.0,<13.0a0
20+
- cuda-python>=12.6.2,<13.0a0
2121
- cuda-version=12.5
2222
- cxx-compiler
2323
- cython>=3.0.0

conda/recipes/cuvs/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ requirements:
4343
- {{ stdlib("c") }}
4444
host:
4545
{% if cuda_major == "11" %}
46-
- cuda-python >=11.7.1,<12.0a0
46+
- cuda-python >=11.8.5,<12.0a0
4747
- cudatoolkit
4848
{% else %}
49-
- cuda-python >=12.0,<13.0a0
49+
- cuda-python >=12.6.2,<13.0a0
5050
- cuda-cudart-dev
5151
{% endif %}
5252
- cuda-version ={{ cuda_version }}
@@ -61,10 +61,10 @@ requirements:
6161
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
6262
{% if cuda_major == "11" %}
6363
- cudatoolkit
64-
- cuda-python >=11.7.1,<12.0a0
64+
- cuda-python >=11.8.5,<12.0a0
6565
{% else %}
6666
- cuda-cudart
67-
- cuda-python >=12.0,<13.0a0
67+
- cuda-python >=12.6.2,<13.0a0
6868
{% endif %}
6969
- pylibraft {{ minor_version }}
7070
- libcuvs {{ version }}

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@ dependencies:
213213
- matrix:
214214
cuda: "12.*"
215215
packages:
216-
- &cuda_python12 cuda-python>=12.0,<13.0a0
216+
- &cuda_python12 cuda-python>=12.6.2,<13.0a0
217217
- matrix:
218218
cuda: "11.*"
219219
packages:
220-
- &cuda_python11 cuda-python>=11.7.1,<12.0a0
220+
- &cuda_python11 cuda-python>=11.8.5,<12.0a0
221221
- matrix:
222222
packages:
223223
- &cuda_python cuda-python

0 commit comments

Comments
 (0)