Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rapids to 24.10 #66

Merged
merged 4 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
librmm:
- '24.08'
- '24.10'
nccl:
- '2'
pin_run_as_build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
librmm:
- '24.08'
- '24.10'
nccl:
- '2'
pin_run_as_build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
librmm:
- '24.08'
- '24.10'
nccl:
- '2'
pin_run_as_build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
librmm:
- '24.08'
- '24.10'
nccl:
- '2'
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
librmm:
- 24.08
- 24.10

channel_sources:
- rapidsai,rapidsai-nightly,conda-forge
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "xgboost" %}
{% set version = "2.1.1" %}
{% set build_number = 1 %}
{% set build_number = 2 %}
{% set min_python = "3.8" %}

{% set string_prefix = "rapidsai" %}
Expand Down