diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6952788..48d8342 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,7 +43,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main with: build_type: ${{ inputs.build_type || 'branch' }} node_type: cpu16 @@ -60,7 +60,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main with: build_type: ${{ inputs.build_type || 'branch' }} branch: ${{ inputs.branch }} @@ -79,12 +79,12 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main with: arch: "amd64" branch: ${{ inputs.branch }} build_type: ${{ inputs.build_type || 'branch' }} - container_image: "rapidsai/ci-conda:26.06-latest" + container_image: "rapidsai/ci-conda:26.08-latest" date: ${{ inputs.date }} node_type: gpu-l4-latest-1 script: "ci/build_docs.sh" @@ -97,7 +97,7 @@ jobs: id-token: write packages: read pull-requests: read - uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@main secrets: CONDA_RAPIDSAI_NIGHTLY_TOKEN: ${{ secrets.CONDA_RAPIDSAI_NIGHTLY_TOKEN }} CONDA_RAPIDSAI_TOKEN: ${{ secrets.CONDA_RAPIDSAI_TOKEN }} @@ -114,7 +114,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main with: build_type: ${{ inputs.build_type || 'branch' }} branch: ${{ inputs.branch }} @@ -134,7 +134,7 @@ jobs: id-token: write packages: read pull-requests: read - uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main secrets: CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN: ${{ secrets.CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN }} RAPIDSAI_PYPI_TOKEN: ${{ secrets.RAPIDSAI_PYPI_TOKEN }} @@ -154,7 +154,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main with: build_type: ${{ inputs.build_type || 'branch' }} branch: ${{ inputs.branch }} @@ -174,7 +174,7 @@ jobs: id-token: write packages: read pull-requests: read - uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main secrets: CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN: ${{ secrets.CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN }} RAPIDSAI_PYPI_TOKEN: ${{ secrets.RAPIDSAI_PYPI_TOKEN }} diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index e4e625e..068743c 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -28,7 +28,7 @@ jobs: - devcontainer permissions: contents: read - uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main if: always() with: needs: ${{ toJSON(needs) }} @@ -69,7 +69,7 @@ jobs: contents: read packages: read pull-requests: read - uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@main with: files_yaml: | build_docs: @@ -147,7 +147,7 @@ jobs: needs: telemetry-setup permissions: contents: read - uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@main with: enable_check_generated_files: false enable_check_version_against_tag: false # TODO: Take this out after first release @@ -162,12 +162,12 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main with: build_type: pull-request node_type: "cpu8" arch: "amd64" - container_image: "rapidsai/ci-conda:26.06-latest" + container_image: "rapidsai/ci-conda:26.08-latest" script: "ci/run_clang_tidy.sh" conda-cpp-build: needs: checks @@ -178,7 +178,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main with: build_type: pull-request node_type: cpu16 @@ -192,7 +192,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@main if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp with: build_type: pull-request @@ -205,7 +205,7 @@ jobs: id-token: write packages: read pull-requests: read - uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@main with: build_type: pull-request conda-python-build: @@ -217,7 +217,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main with: build_type: pull-request script: ci/build_python.sh @@ -232,7 +232,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@main if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_conda with: build_type: pull-request @@ -247,13 +247,13 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main if: fromJSON(needs.changed-files.outputs.changed_file_groups).build_docs with: build_type: pull-request node_type: gpu-l4-latest-1 arch: "amd64" - container_image: "rapidsai/ci-conda:26.06-latest" + container_image: "rapidsai/ci-conda:26.08-latest" script: "ci/build_docs.sh" wheel-build-libnvforest: needs: checks @@ -264,7 +264,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main with: build_type: pull-request branch: ${{ inputs.branch }} @@ -285,7 +285,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main with: build_type: pull-request node_type: cpu8 @@ -303,7 +303,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_wheels with: build_type: pull-request @@ -317,7 +317,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@release/26.04 + uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@main with: arch: '["amd64", "arm64"]' cuda: '["13.2"]' diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3d0fce5..02eb255 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,7 +32,7 @@ jobs: id-token: write packages: read pull-requests: read - uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@main with: build_type: ${{ inputs.build_type }} branch: ${{ inputs.branch }} @@ -46,7 +46,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@main with: build_type: ${{ inputs.build_type }} branch: ${{ inputs.branch }} @@ -61,7 +61,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@main with: build_type: ${{ inputs.build_type }} branch: ${{ inputs.branch }} @@ -77,7 +77,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main with: build_type: ${{ inputs.build_type }} branch: ${{ inputs.branch }} diff --git a/VERSION b/VERSION index cdb610a..4e6864b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -26.06.00 +26.08.00 diff --git a/conda/environments/all_cuda-129_arch-aarch64.yaml b/conda/environments/all_cuda-129_arch-aarch64.yaml index 609fd95..e72bb8e 100644 --- a/conda/environments/all_cuda-129_arch-aarch64.yaml +++ b/conda/environments/all_cuda-129_arch-aarch64.yaml @@ -20,8 +20,8 @@ dependencies: - doxygen - gcc_linux-aarch64=14.* - graphviz -- libraft==26.6.*,>=0.0.0a0 -- librmm==26.6.*,>=0.0.0a0 +- libraft==26.8.*,>=0.0.0a0 +- librmm==26.8.*,>=0.0.0a0 - ninja - numpy>=1.23,<3.0a0 - numpydoc @@ -29,14 +29,14 @@ dependencies: - pandas - pre-commit - pydata-sphinx-theme -- pylibraft==26.6.*,>=0.0.0a0 +- pylibraft==26.8.*,>=0.0.0a0 - pytest - pytest-cov - pytest-xdist - python>=3.11 - rapids-build-backend>=0.4.0,<0.5.0.dev0 - rapids-logger==0.2.*,>=0.0.0a0 -- rapids-xgboost==26.6.*,>=0.0.0a0 +- rapids-xgboost==26.8.*,>=0.0.0a0 - scikit-build-core>=0.11.0 - scikit-learn>=1.5 - sphinx diff --git a/conda/environments/all_cuda-129_arch-x86_64.yaml b/conda/environments/all_cuda-129_arch-x86_64.yaml index 773b2d0..94f77d5 100644 --- a/conda/environments/all_cuda-129_arch-x86_64.yaml +++ b/conda/environments/all_cuda-129_arch-x86_64.yaml @@ -20,8 +20,8 @@ dependencies: - doxygen - gcc_linux-64=14.* - graphviz -- libraft==26.6.*,>=0.0.0a0 -- librmm==26.6.*,>=0.0.0a0 +- libraft==26.8.*,>=0.0.0a0 +- librmm==26.8.*,>=0.0.0a0 - ninja - numpy>=1.23,<3.0a0 - numpydoc @@ -29,14 +29,14 @@ dependencies: - pandas - pre-commit - pydata-sphinx-theme -- pylibraft==26.6.*,>=0.0.0a0 +- pylibraft==26.8.*,>=0.0.0a0 - pytest - pytest-cov - pytest-xdist - python>=3.11 - rapids-build-backend>=0.4.0,<0.5.0.dev0 - rapids-logger==0.2.*,>=0.0.0a0 -- rapids-xgboost==26.6.*,>=0.0.0a0 +- rapids-xgboost==26.8.*,>=0.0.0a0 - scikit-build-core>=0.11.0 - scikit-learn>=1.5 - sphinx diff --git a/conda/environments/all_cuda-132_arch-aarch64.yaml b/conda/environments/all_cuda-132_arch-aarch64.yaml index 41c95a2..11fea96 100644 --- a/conda/environments/all_cuda-132_arch-aarch64.yaml +++ b/conda/environments/all_cuda-132_arch-aarch64.yaml @@ -20,8 +20,8 @@ dependencies: - doxygen - gcc_linux-aarch64=14.* - graphviz -- libraft==26.6.*,>=0.0.0a0 -- librmm==26.6.*,>=0.0.0a0 +- libraft==26.8.*,>=0.0.0a0 +- librmm==26.8.*,>=0.0.0a0 - ninja - numpy>=1.23,<3.0a0 - numpydoc @@ -29,14 +29,14 @@ dependencies: - pandas - pre-commit - pydata-sphinx-theme -- pylibraft==26.6.*,>=0.0.0a0 +- pylibraft==26.8.*,>=0.0.0a0 - pytest - pytest-cov - pytest-xdist - python>=3.11 - rapids-build-backend>=0.4.0,<0.5.0.dev0 - rapids-logger==0.2.*,>=0.0.0a0 -- rapids-xgboost==26.6.*,>=0.0.0a0 +- rapids-xgboost==26.8.*,>=0.0.0a0 - scikit-build-core>=0.11.0 - scikit-learn>=1.5 - sphinx diff --git a/conda/environments/all_cuda-132_arch-x86_64.yaml b/conda/environments/all_cuda-132_arch-x86_64.yaml index b174706..37a73fc 100644 --- a/conda/environments/all_cuda-132_arch-x86_64.yaml +++ b/conda/environments/all_cuda-132_arch-x86_64.yaml @@ -20,8 +20,8 @@ dependencies: - doxygen - gcc_linux-64=14.* - graphviz -- libraft==26.6.*,>=0.0.0a0 -- librmm==26.6.*,>=0.0.0a0 +- libraft==26.8.*,>=0.0.0a0 +- librmm==26.8.*,>=0.0.0a0 - ninja - numpy>=1.23,<3.0a0 - numpydoc @@ -29,14 +29,14 @@ dependencies: - pandas - pre-commit - pydata-sphinx-theme -- pylibraft==26.6.*,>=0.0.0a0 +- pylibraft==26.8.*,>=0.0.0a0 - pytest - pytest-cov - pytest-xdist - python>=3.11 - rapids-build-backend>=0.4.0,<0.5.0.dev0 - rapids-logger==0.2.*,>=0.0.0a0 -- rapids-xgboost==26.6.*,>=0.0.0a0 +- rapids-xgboost==26.8.*,>=0.0.0a0 - scikit-build-core>=0.11.0 - scikit-learn>=1.5 - sphinx diff --git a/conda/environments/clang_tidy_cuda-129_arch-x86_64.yaml b/conda/environments/clang_tidy_cuda-129_arch-x86_64.yaml index 720c56d..55ed2a4 100644 --- a/conda/environments/clang_tidy_cuda-129_arch-x86_64.yaml +++ b/conda/environments/clang_tidy_cuda-129_arch-x86_64.yaml @@ -15,8 +15,8 @@ dependencies: - cuda-version=12.9 - cxx-compiler - gcc_linux-64=14.* -- libraft-headers==26.6.*,>=0.0.0a0 -- librmm==26.6.*,>=0.0.0a0 +- libraft-headers==26.8.*,>=0.0.0a0 +- librmm==26.8.*,>=0.0.0a0 - llvm-openmp==15.0.7 - ninja - sysroot_linux-64==2.28 diff --git a/conda/environments/clang_tidy_cuda-132_arch-x86_64.yaml b/conda/environments/clang_tidy_cuda-132_arch-x86_64.yaml index ce8fb06..63f7df0 100644 --- a/conda/environments/clang_tidy_cuda-132_arch-x86_64.yaml +++ b/conda/environments/clang_tidy_cuda-132_arch-x86_64.yaml @@ -15,8 +15,8 @@ dependencies: - cuda-version=13.2 - cxx-compiler - gcc_linux-64=14.* -- libraft-headers==26.6.*,>=0.0.0a0 -- librmm==26.6.*,>=0.0.0a0 +- libraft-headers==26.8.*,>=0.0.0a0 +- librmm==26.8.*,>=0.0.0a0 - llvm-openmp==15.0.7 - ninja - sysroot_linux-64==2.28 diff --git a/conda/environments/cpp_all_cuda-129_arch-x86_64.yaml b/conda/environments/cpp_all_cuda-129_arch-x86_64.yaml index 5a48735..0b25503 100644 --- a/conda/environments/cpp_all_cuda-129_arch-x86_64.yaml +++ b/conda/environments/cpp_all_cuda-129_arch-x86_64.yaml @@ -13,8 +13,8 @@ dependencies: - cuda-version=12.9 - cxx-compiler - gcc_linux-64=14.* -- libraft-headers==26.6.*,>=0.0.0a0 -- librmm==26.6.*,>=0.0.0a0 +- libraft-headers==26.8.*,>=0.0.0a0 +- librmm==26.8.*,>=0.0.0a0 - ninja - sysroot_linux-64==2.28 name: cpp_all_cuda-129_arch-x86_64 diff --git a/conda/environments/cpp_all_cuda-132_arch-x86_64.yaml b/conda/environments/cpp_all_cuda-132_arch-x86_64.yaml index 16c90bf..876042d 100644 --- a/conda/environments/cpp_all_cuda-132_arch-x86_64.yaml +++ b/conda/environments/cpp_all_cuda-132_arch-x86_64.yaml @@ -13,8 +13,8 @@ dependencies: - cuda-version=13.2 - cxx-compiler - gcc_linux-64=14.* -- libraft-headers==26.6.*,>=0.0.0a0 -- librmm==26.6.*,>=0.0.0a0 +- libraft-headers==26.8.*,>=0.0.0a0 +- librmm==26.8.*,>=0.0.0a0 - ninja - sysroot_linux-64==2.28 name: cpp_all_cuda-132_arch-x86_64 diff --git a/dependencies.yaml b/dependencies.yaml index c8cc919..e53d43f 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -372,7 +372,7 @@ dependencies: common: - output_types: conda packages: - - libnvforest-tests==26.6.*,>=0.0.0a0 + - libnvforest-tests==26.8.*,>=0.0.0a0 test_cpp: common: - output_types: conda @@ -405,7 +405,7 @@ dependencies: # included in the "devcontainers" key. The libxgboost package depends # on librmm but we do not want to have a package depending on librmm # in devcontainers since it should be built from source. - - rapids-xgboost==26.6.*,>=0.0.0a0 + - rapids-xgboost==26.8.*,>=0.0.0a0 - output_types: [requirements, pyproject] packages: - xgboost>=2.1.0 @@ -425,7 +425,7 @@ dependencies: common: - output_types: conda packages: - - nvforest==26.6.*,>=0.0.0a0 + - nvforest==26.8.*,>=0.0.0a0 depends_on_cupy: common: - output_types: conda @@ -449,7 +449,7 @@ dependencies: common: - output_types: conda packages: - - &libnvforest_unsuffixed libnvforest==26.6.*,>=0.0.0a0 + - &libnvforest_unsuffixed libnvforest==26.8.*,>=0.0.0a0 - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -461,18 +461,18 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - libnvforest-cu12==26.6.*,>=0.0.0a0 + - libnvforest-cu12==26.8.*,>=0.0.0a0 - matrix: cuda: "13.*" cuda_suffixed: "true" packages: - - libnvforest-cu13==26.6.*,>=0.0.0a0 + - libnvforest-cu13==26.8.*,>=0.0.0a0 - {matrix: null, packages: [*libnvforest_unsuffixed]} depends_on_libraft: common: - output_types: conda packages: - - &libraft_unsuffixed libraft==26.6.*,>=0.0.0a0 + - &libraft_unsuffixed libraft==26.8.*,>=0.0.0a0 - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -484,23 +484,23 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - libraft-cu12==26.6.*,>=0.0.0a0 + - libraft-cu12==26.8.*,>=0.0.0a0 - matrix: cuda: "13.*" cuda_suffixed: "true" packages: - - libraft-cu13==26.6.*,>=0.0.0a0 + - libraft-cu13==26.8.*,>=0.0.0a0 - {matrix: null, packages: [*libraft_unsuffixed]} depends_on_libraft_headers: common: - output_types: conda packages: - - libraft-headers==26.6.*,>=0.0.0a0 + - libraft-headers==26.8.*,>=0.0.0a0 depends_on_librmm: common: - output_types: conda packages: - - &librmm_unsuffixed librmm==26.6.*,>=0.0.0a0 + - &librmm_unsuffixed librmm==26.8.*,>=0.0.0a0 - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -512,18 +512,18 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - librmm-cu12==26.6.*,>=0.0.0a0 + - librmm-cu12==26.8.*,>=0.0.0a0 - matrix: cuda: "13.*" cuda_suffixed: "true" packages: - - librmm-cu13==26.6.*,>=0.0.0a0 + - librmm-cu13==26.8.*,>=0.0.0a0 - {matrix: null, packages: [*librmm_unsuffixed]} depends_on_pylibraft: common: - output_types: conda packages: - - &pylibraft_unsuffixed pylibraft==26.6.*,>=0.0.0a0 + - &pylibraft_unsuffixed pylibraft==26.8.*,>=0.0.0a0 - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -535,12 +535,12 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - pylibraft-cu12==26.6.*,>=0.0.0a0 + - pylibraft-cu12==26.8.*,>=0.0.0a0 - matrix: cuda: "13.*" cuda_suffixed: "true" packages: - - pylibraft-cu13==26.6.*,>=0.0.0a0 + - pylibraft-cu13==26.8.*,>=0.0.0a0 - matrix: packages: - *pylibraft_unsuffixed diff --git a/python/libnvforest/pyproject.toml b/python/libnvforest/pyproject.toml index cb71405..6cd6b00 100644 --- a/python/libnvforest/pyproject.toml +++ b/python/libnvforest/pyproject.toml @@ -25,8 +25,8 @@ classifiers = [ "Environment :: GPU :: NVIDIA CUDA", ] dependencies = [ - "libraft==26.6.*,>=0.0.0a0", - "librmm==26.6.*,>=0.0.0a0", + "libraft==26.8.*,>=0.0.0a0", + "librmm==26.8.*,>=0.0.0a0", "rapids-logger==0.2.*,>=0.0.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. @@ -64,8 +64,8 @@ dependencies-file = "../../dependencies.yaml" matrix-entry = "cuda_suffixed=true;use_cuda_wheels=true" requires = [ "cmake>=4.0", - "libraft==26.6.*,>=0.0.0a0", - "librmm==26.6.*,>=0.0.0a0", + "libraft==26.8.*,>=0.0.0a0", + "librmm==26.8.*,>=0.0.0a0", "ninja", "rapids-logger==0.2.*,>=0.0.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. diff --git a/python/nvforest/pyproject.toml b/python/nvforest/pyproject.toml index 5b1fbb4..0847109 100644 --- a/python/nvforest/pyproject.toml +++ b/python/nvforest/pyproject.toml @@ -29,9 +29,9 @@ requires-python = ">=3.11" dependencies = [ "cuda-python>=13.0.1,<14.0a0", "cupy-cuda13x>=13.6.0", - "libnvforest==26.6.*,>=0.0.0a0", + "libnvforest==26.8.*,>=0.0.0a0", "numpy>=1.23,<3.0a0", - "pylibraft==26.6.*,>=0.0.0a0", + "pylibraft==26.8.*,>=0.0.0a0", "scikit-learn>=1.5", "treelite>=4.6.1,<5.0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. @@ -93,11 +93,11 @@ requires = [ "cmake>=4.0", "cuda-python>=13.0.1,<14.0a0", "cython>=3.0.0", - "libnvforest==26.6.*,>=0.0.0a0", - "libraft==26.6.*,>=0.0.0a0", - "librmm==26.6.*,>=0.0.0a0", + "libnvforest==26.8.*,>=0.0.0a0", + "libraft==26.8.*,>=0.0.0a0", + "librmm==26.8.*,>=0.0.0a0", "ninja", - "pylibraft==26.6.*,>=0.0.0a0", + "pylibraft==26.8.*,>=0.0.0a0", "treelite>=4.6.1,<5.0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.