Skip to content

Commit

Permalink
Update Cython pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jul 27, 2023
1 parent 6661271 commit b2867ea
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- cudatoolkit
- cupy>=12.0.0
- cxx-compiler
- cython>=0.29,<0.30
- cython>=3.0.0
- dask-core>=2023.5.1
- dask-cuda==23.10.*
- dask>=2023.5.1
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- cuda-version=12.0
- cupy>=12.0.0
- cxx-compiler
- cython>=0.29,<0.30
- cython>=3.0.0
- dask-core>=2023.5.1
- dask-cuda==23.10.*
- dask>=2023.5.1
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- cuda-version=11.8
- cudatoolkit
- cxx-compiler
- cython>=0.29,<0.30
- cython>=3.0.0
- faiss-proc=*=cuda
- gcc_linux-64=11.*
- glog>=0.6.0
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/pylibraft/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ requirements:
- cuda-python >=12.0,<13.0a0
{% endif %}
- cuda-version ={{ cuda_version }}
- cython >=0.29,<0.30
- cython >=3.0.0
- libraft {{ version }}
- libraft-headers {{ version }}
- numpy >=1.21
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/raft-dask/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ requirements:
- cuda-python >=12.0,<13.0a0
{% endif %}
- cuda-version ={{ cuda_version }}
- cython >=0.29,<0.30
- cython >=3.0.0
- nccl >=2.9.9
- pylibraft {{ version }}
- python x.x
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- &cmake_ver cmake>=3.23.1,!=3.25.0
- cython>=0.29,<0.30
- cython>=3.0.0
- ninja
- scikit-build>=0.13.1
- output_types: [conda]
Expand Down
2 changes: 1 addition & 1 deletion python/pylibraft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
requires = [
"cmake>=3.23.1,!=3.25.0",
"cuda-python>=11.7.1,<12.0a0",
"cython>=0.29,<0.30",
"cython>=3.0.0",
"ninja",
"rmm==23.10.*",
"scikit-build>=0.13.1",
Expand Down
2 changes: 1 addition & 1 deletion python/raft-dask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

requires = [
"cmake>=3.23.1,!=3.25.0",
"cython>=0.29,<0.30",
"cython>=3.0.0",
"ninja",
"scikit-build>=0.13.1",
"setuptools",
Expand Down

0 comments on commit b2867ea

Please sign in to comment.