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 May 24, 2023
1 parent 99655ea commit b0459bf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.6.*
- 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
6 changes: 3 additions & 3 deletions python/pylibraft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ requires = [
"cuda-python>=11.7.1,<12.0",
"cython>=0.29,<0.30",
"ninja",
"rmm==23.8.*",
"scikit-build>=0.13.1,<0.17.2",
"rmm==23.6.*",
"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 All @@ -39,7 +39,7 @@ requires-python = ">=3.9"
dependencies = [
"cuda-python>=11.7.1,<12.0",
"numpy>=1.21",
"rmm==23.8.*",
"rmm==23.6.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
"Intended Audience :: Developers",
Expand Down
8 changes: 4 additions & 4 deletions 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 All @@ -34,14 +34,14 @@ authors = [
license = { text = "Apache 2.0" }
requires-python = ">=3.9"
dependencies = [
"dask-cuda==23.8.*",
"dask-cuda==23.6.*",
"dask==2023.3.2",
"distributed==2023.3.2.1",
"joblib>=0.11",
"numba>=0.49",
"numpy>=1.21",
"pylibraft==23.8.*",
"ucx-py==0.33.*",
"pylibraft==23.6.*",
"ucx-py=0.33.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit b0459bf

Please sign in to comment.