Skip to content

Commit

Permalink
Remove duplicate librmm runtime dependency
Browse files Browse the repository at this point in the history
Similarly to rapidsai/raft#1264, this PR removes a duplicate `run` dependency on `librmm`.

The current packages on Anaconda.org have a dependency on the `librmm` packages with the old date string format which have been removed from the `main` label.

Additionally it increments the build number so that new packages are published as a result of this change.
  • Loading branch information
ajschmidt8 committed Feb 10, 2023
1 parent a070715 commit 828d49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export RAPIDS_VERSION="23.04"
export XGBOOST_GIT_REPO="https://github.com/rapidsai/xgboost"
export XGBOOST_GIT_REF="branch-${RAPIDS_VERSION}"
export XGBOOST_VERSION="1.7.1dev.rapidsai${RAPIDS_VERSION}"
export XGBOOST_BUILD_NUMBER="2"
export XGBOOST_BUILD_NUMBER="3"

rapids-print-env

Expand Down
1 change: 1 addition & 0 deletions recipes/xgboost/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ outputs:
string: cuda_{{ cuda_major }}_{{ build_number }}
ignore_run_exports_from:
- {{ compiler('cuda') }}
- librmm
requirements:
build:
- {{ compiler('c') }}
Expand Down

0 comments on commit 828d49f

Please sign in to comment.