Skip to content

Commit

Permalink
Pin to scikit-build<17.2 (#1487)
Browse files Browse the repository at this point in the history
The latest scikit-build version breaks rapids-cython

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #1487
  • Loading branch information
vyasr authored May 3, 2023
1 parent c4d56f6 commit 6dc5c71
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -45,7 +45,7 @@ dependencies:
- pytest-cov
- recommonmark
- rmm==23.6.*
- scikit-build>=0.13.1
- scikit-build>=0.13.1,<0.17.2
- scikit-learn
- scipy
- sphinx-copybutton
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 @@ -32,6 +32,6 @@ dependencies:
- nccl>=2.9.9
- ninja
- nlohmann_json>=3.11.2
- scikit-build>=0.13.1
- scikit-build>=0.13.1,<0.17.2
- sysroot_linux-64==2.17
name: bench_ann_cuda-118_arch-x86_64
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ dependencies:
- cmake>=3.23.1,!=3.25.0
- cython>=0.29,<0.30
- ninja
- scikit-build>=0.13.1
- scikit-build>=0.13.1,<0.17.2
- output_types: [conda]
packages:
- c-compiler
Expand Down
2 changes: 1 addition & 1 deletion python/pylibraft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requires = [
"cython>=0.29,<0.30",
"ninja",
"rmm==23.6.*",
"scikit-build>=0.13.1",
"scikit-build>=0.13.1,<0.17.2",
"setuptools",
"wheel",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
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 @@ -18,7 +18,7 @@ requires = [
"cmake>=3.23.1,!=3.25.0",
"cython>=0.29,<0.30",
"ninja",
"scikit-build>=0.13.1",
"scikit-build>=0.13.1,<0.17.2",
"setuptools",
"wheel",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down

0 comments on commit 6dc5c71

Please sign in to comment.