Skip to content

Commit

Permalink
Relax librmm pin to <major>.<minor> (conda-forge#44)
Browse files Browse the repository at this point in the history
* MNT: Re-rendered with conda-build 3.28.1, conda-smithy 3.30.1, and conda-forge-pinning 2023.12.13.17.39.22

* Relax `librmm` pin to `<major>.<minor>`

Soften the `librmm` pinning to allow new patch versions without
rebuilding `libxgboost`.

* Bump `build_number` to `8`
  • Loading branch information
jakirkham authored Dec 13, 2023
1 parent 8789b40 commit dcb592a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "xgboost" %}
{% set version = "1.7.6" %}
{% set build_number = 7 %}
{% set build_number = 8 %}

package:
name: xgboost-split
Expand Down Expand Up @@ -67,7 +67,7 @@ outputs:
- cuda-version >={{ 11.2 }},<12
{% endif %}
run_constrained:
- {{ pin_compatible('librmm', max_pin='x.x.x') }} # [linux and cuda_compiler != "None"]
- {{ pin_compatible('librmm', max_pin='x.x') }} # [linux and cuda_compiler != "None"]

- name: py-xgboost
script: install-py-xgboost.sh # [not win]
Expand Down

0 comments on commit dcb592a

Please sign in to comment.