Skip to content

Commit

Permalink
Merge pull request #66 from raydouglass/rapids-24.10
Browse files Browse the repository at this point in the history
Bump rapids to 24.10
  • Loading branch information
jakirkham authored Jul 31, 2024
2 parents 86e8d03 + c780082 commit 865f816
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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

0 comments on commit 865f816

Please sign in to comment.