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 d929631 commit b03ea40
Show file tree
Hide file tree
Showing 3 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 @@ -61,7 +61,7 @@ dependencies:
- raft-dask==23.6.*
- recommonmark
- rmm==23.6.*
- scikit-build>=0.13.1,<0.17.2
- scikit-build>=0.13.1
- scikit-learn==1.2
- scipy
- seaborn
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- cuda-python>=11.7.1,<12.0
- scikit-build>=0.13.1,<0.17.2
- scikit-build>=0.13.1
- cython>=0.29,<0.30
- &treelite treelite==3.2.0
- pylibraft==23.6.*
Expand Down
12 changes: 6 additions & 6 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ requires = [
"cuda-python>=11.7.1,<12.0",
"cython>=0.29,<0.30",
"ninja",
"pylibraft==23.8.*",
"rmm==23.8.*",
"scikit-build>=0.13.1,<0.17.2",
"pylibraft==23.6.*",
"rmm==23.6.*",
"scikit-build>=0.13.1",
"setuptools",
"treelite==3.2.0",
"treelite_runtime==3.2.0",
Expand Down Expand Up @@ -57,15 +57,15 @@ authors = [
license = { text = "Apache 2.0" }
requires-python = ">=3.9"
dependencies = [
"cudf==23.8.*",
"cudf==23.6.*",
"cupy-cuda11x>=12.0.0",
"dask-cuda==23.6.*",
"dask-cudf==23.8.*",
"dask-cudf==23.6.*",
"dask==2023.3.2",
"distributed==2023.3.2.1",
"joblib>=0.11",
"numba>=0.56.4,<0.57",
"raft-dask==23.8.*",
"raft-dask==23.6.*",
"scipy",
"seaborn",
"treelite==3.2.0",
Expand Down

0 comments on commit b03ea40

Please sign in to comment.