Skip to content

Commit

Permalink
Update for RBB 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 15, 2024
1 parent 0b6eec9 commit 52a3e16
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 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 @@ -59,7 +59,7 @@ dependencies:
- pytest==7.*
- python>=3.9,<3.12
- raft-dask==24.6.*
- rapids-build-backend
- rapids-build-backend>=0.2.0,<0.3.0.dev0
- rapids-dask-dependency==24.6.*,>=0.0.0a0
- recommonmark
- rmm==24.6.*
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies:
- pytest==7.*
- python>=3.9,<3.12
- raft-dask==24.6.*
- rapids-build-backend
- rapids-build-backend>=0.2.0,<0.3.0.dev0
- rapids-dask-dependency==24.6.*,>=0.0.0a0
- recommonmark
- rmm==24.6.*
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ dependencies:
common:
- output_types: [requirements, pyproject]
packages:
- rapids-build-backend
- rapids-build-backend>=0.2.0,<0.3.0.dev0
- scikit-build-core[pyproject]>=0.7.0
- output_types: [conda]
packages:
- rapids-build-backend
- rapids-build-backend>=0.2.0,<0.3.0.dev0
- scikit-build-core>=0.7.0
checks:
common:
Expand Down
3 changes: 1 addition & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[build-system]
requires = [
"rapids-build-backend",
"rapids-build-backend>=0.2.0,<0.3.0.dev0",
"scikit-build-core[pyproject]>=0.7.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`.
build-backend = "rapids_build_backend.build"
Expand Down Expand Up @@ -130,7 +130,6 @@ requires = [
"rmm==24.6.*,>=0.0.0a0",
"treelite==4.1.2",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`.
commit-file = "cuml/GIT_COMMIT"
dependencies-file = "../dependencies.yaml"

[tool.scikit-build]
Expand Down

0 comments on commit 52a3e16

Please sign in to comment.