Skip to content

Commit db6a652

Browse files
committed
Update Cython lower bound pin to 3.2.2
1 parent d0c54f0 commit db6a652

11 files changed

+11
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cuda-version=12.9
2020
- cupy>=13.6.0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0
22+
- cython>=3.2.2
2323
- dlpack>=0.8,<1.0
2424
- doxygen>=1.8.20
2525
- gcc_linux-aarch64=14.*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cuda-version=12.9
2020
- cupy>=13.6.0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0
22+
- cython>=3.2.2
2323
- dlpack>=0.8,<1.0
2424
- doxygen>=1.8.20
2525
- gcc_linux-64=14.*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cuda-version=13.1
2020
- cupy>=13.6.0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0
22+
- cython>=3.2.2
2323
- dlpack>=0.8,<1.0
2424
- doxygen>=1.8.20
2525
- gcc_linux-aarch64=14.*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cuda-version=13.1
2020
- cupy>=13.6.0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0
22+
- cython>=3.2.2
2323
- dlpack>=0.8,<1.0
2424
- doxygen>=1.8.20
2525
- gcc_linux-64=14.*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cupy>=13.6.0
2020
- cuvs==26.4.*,>=0.0.0a0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0
22+
- cython>=3.2.2
2323
- dlpack>=0.8,<1.0
2424
- gcc_linux-aarch64=14.*
2525
- glog>=0.6.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cupy>=13.6.0
2020
- cuvs==26.4.*,>=0.0.0a0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0
22+
- cython>=3.2.2
2323
- dlpack>=0.8,<1.0
2424
- gcc_linux-64=14.*
2525
- glog>=0.6.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cupy>=13.6.0
2020
- cuvs==26.4.*,>=0.0.0a0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0
22+
- cython>=3.2.2
2323
- dlpack>=0.8,<1.0
2424
- gcc_linux-aarch64=14.*
2525
- glog>=0.6.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- cupy>=13.6.0
2020
- cuvs==26.4.*,>=0.0.0a0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0
22+
- cython>=3.2.2
2323
- dlpack>=0.8,<1.0
2424
- gcc_linux-64=14.*
2525
- glog>=0.6.0

conda/recipes/cuvs/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ requirements:
6969
- ${{ stdlib("c") }}
7070
host:
7171
- cuda-version =${{ cuda_version }}
72-
- cython >=3.0.0,<3.2.0
72+
- cython >=3.2.2
7373
- dlpack >=0.8
7474
- libcuvs =${{ version }}
7575
- pip

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ dependencies:
233233
common:
234234
- output_types: [conda, requirements, pyproject]
235235
packages:
236-
- cython>=3.0.0,<3.2.0
236+
- cython>=3.2.2
237237
rapids_build:
238238
common:
239239
- output_types: [conda, requirements, pyproject]

0 commit comments

Comments
 (0)