Skip to content

Commit

Permalink
Update RBB version
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 16, 2024
1 parent 52a3e16 commit d147f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/cuml-cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requirements:
- setuptools
- scikit-build-core >=0.7.0
- cython>=3.0.0
- rapids-build-backend
- rapids-build-backend>=0.2.0,<0.3.0.dev0
run:
- python x.x
- numpy>=1.23,<2.0a0
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ requirements:
- scikit-build-core >=0.7.0
- setuptools
- treelite {{ treelite_version }}
- rapids-build-backend
- rapids-build-backend>=0.2.0,<0.3.0.dev0
run:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
{% if cuda_major == "11" %}
Expand Down

0 comments on commit d147f5b

Please sign in to comment.