Skip to content

Commit

Permalink
Remove scikit-build upper bound pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jun 3, 2023
1 parent 6bc237f commit 2a03a87
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 @@ -47,7 +47,7 @@ dependencies:
- pytest-cov
- recommonmark
- rmm==23.8.*
- scikit-build>=0.13.1,<0.17.2
- scikit-build>=0.13.1
- 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,<0.17.2
- scikit-build>=0.13.1
- 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 @@ -112,7 +112,7 @@ dependencies:
- cmake>=3.23.1,!=3.25.0
- cython>=0.29,<0.30
- ninja
- scikit-build>=0.13.1,<0.17.2
- scikit-build>=0.13.1
- 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.8.*",
"scikit-build>=0.13.1,<0.17.2",
"scikit-build>=0.13.1",
"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,<0.17.2",
"scikit-build>=0.13.1",
"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 2a03a87

Please sign in to comment.