diff --git a/.devcontainer/cuda12.9-conda/devcontainer.json b/.devcontainer/cuda12.9-conda/devcontainer.json index d94db7c0a9..22d3d7a46f 100644 --- a/.devcontainer/cuda12.9-conda/devcontainer.json +++ b/.devcontainer/cuda12.9-conda/devcontainer.json @@ -5,7 +5,7 @@ "args": { "CUDA": "12.9", "PYTHON_PACKAGE_MANAGER": "conda", - "BASE": "rapidsai/devcontainers:26.08-cpp-mambaforge" + "BASE": "rapidsai/devcontainers:26.10-cpp-mambaforge" }, "cacheFrom": [ "ghcr.io/rapidsai/raft/devcontainer:26.08-cuda12.9-conda" @@ -14,13 +14,13 @@ "runArgs": [ "--rm", "--name", - "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.08-cuda12.9-conda", + "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.10-cuda12.9-conda", "--ulimit", "nofile=500000" ], "hostRequirements": {"gpu": "optional"}, "features": { - "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.8": {} + "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.10": {} }, "overrideFeatureInstallOrder": [ "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils" diff --git a/.devcontainer/cuda12.9-pip/devcontainer.json b/.devcontainer/cuda12.9-pip/devcontainer.json index 273a6705bd..0ff287f37d 100644 --- a/.devcontainer/cuda12.9-pip/devcontainer.json +++ b/.devcontainer/cuda12.9-pip/devcontainer.json @@ -5,7 +5,7 @@ "args": { "CUDA": "12.9", "PYTHON_PACKAGE_MANAGER": "pip", - "BASE": "rapidsai/devcontainers:26.08-cpp-cuda12.9-ucx1.19.0-openmpi5.0.10" + "BASE": "rapidsai/devcontainers:26.10-cpp-cuda12.9-ucx1.19.0-openmpi5.0.10" }, "cacheFrom": [ "ghcr.io/rapidsai/raft/devcontainer:26.08-cuda12.9-pip" @@ -14,20 +14,20 @@ "runArgs": [ "--rm", "--name", - "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.08-cuda12.9-pip", + "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.10-cuda12.9-pip", "--ulimit", "nofile=500000" ], "hostRequirements": {"gpu": "optional"}, "features": { - "ghcr.io/rapidsai/devcontainers/features/cuda:26.8": { + "ghcr.io/rapidsai/devcontainers/features/cuda:26.10": { "version": "12.9", "installcuBLAS": true, "installcuSOLVER": true, "installcuRAND": true, "installcuSPARSE": true }, - "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.8": {} + "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.10": {} }, "overrideFeatureInstallOrder": [ "ghcr.io/rapidsai/devcontainers/features/ucx", diff --git a/.devcontainer/cuda13.3-conda/devcontainer.json b/.devcontainer/cuda13.3-conda/devcontainer.json index d0cda7bd7f..63def1872e 100644 --- a/.devcontainer/cuda13.3-conda/devcontainer.json +++ b/.devcontainer/cuda13.3-conda/devcontainer.json @@ -5,7 +5,7 @@ "args": { "CUDA": "13.3", "PYTHON_PACKAGE_MANAGER": "conda", - "BASE": "rapidsai/devcontainers:26.08-cpp-mambaforge" + "BASE": "rapidsai/devcontainers:26.10-cpp-mambaforge" }, "cacheFrom": [ "ghcr.io/rapidsai/raft/devcontainer:26.08-cuda13.3-conda" @@ -14,13 +14,13 @@ "runArgs": [ "--rm", "--name", - "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.08-cuda13.3-conda", + "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.10-cuda13.3-conda", "--ulimit", "nofile=500000" ], "hostRequirements": {"gpu": "optional"}, "features": { - "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.8": {} + "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.10": {} }, "overrideFeatureInstallOrder": [ "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils" diff --git a/.devcontainer/cuda13.3-pip/devcontainer.json b/.devcontainer/cuda13.3-pip/devcontainer.json index 17585a3314..b63be1dfd6 100644 --- a/.devcontainer/cuda13.3-pip/devcontainer.json +++ b/.devcontainer/cuda13.3-pip/devcontainer.json @@ -5,7 +5,7 @@ "args": { "CUDA": "13.3", "PYTHON_PACKAGE_MANAGER": "pip", - "BASE": "rapidsai/devcontainers:26.08-cpp-cuda13.3-ucx1.19.0-openmpi5.0.10" + "BASE": "rapidsai/devcontainers:26.10-cpp-cuda13.3-ucx1.19.0-openmpi5.0.10" }, "cacheFrom": [ "ghcr.io/rapidsai/raft/devcontainer:26.08-cuda13.3-pip" @@ -14,20 +14,20 @@ "runArgs": [ "--rm", "--name", - "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.08-cuda13.3-pip", + "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.10-cuda13.3-pip", "--ulimit", "nofile=500000" ], "hostRequirements": {"gpu": "optional"}, "features": { - "ghcr.io/rapidsai/devcontainers/features/cuda:26.8": { + "ghcr.io/rapidsai/devcontainers/features/cuda:26.10": { "version": "13.3", "installcuBLAS": true, "installcuSOLVER": true, "installcuRAND": true, "installcuSPARSE": true }, - "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.8": {} + "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.10": {} }, "overrideFeatureInstallOrder": [ "ghcr.io/rapidsai/devcontainers/features/ucx", diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d49ab7a7c2..ffc3059253 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -99,7 +99,7 @@ jobs: arch: "amd64" branch: ${{ inputs.branch }} build_type: ${{ inputs.build_type || 'branch' }} - container_image: "rapidsai/ci-conda:26.08-latest" + container_image: "rapidsai/ci-conda:26.10-latest" date: ${{ inputs.date }} node_type: "gpu-l4-latest-1" script: "ci/build_docs.sh" diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index d5fe84ba65..e2dc941639 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -291,7 +291,7 @@ jobs: build_type: pull-request node_type: "gpu-l4-latest-1" arch: "amd64" - container_image: "rapidsai/ci-conda:26.08-latest" + container_image: "rapidsai/ci-conda:26.10-latest" script: "ci/build_docs.sh" wheel-build-libraft: needs: checks diff --git a/UCXX_VERSION b/UCXX_VERSION index 567ce80a92..08d7b4633b 100644 --- a/UCXX_VERSION +++ b/UCXX_VERSION @@ -1 +1 @@ -0.51.00 +0.52.00 diff --git a/VERSION b/VERSION index 4e6864b4ca..6549ba6527 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -26.08.00 +26.10.00 diff --git a/conda/environments/all_cuda-129_arch-aarch64.yaml b/conda/environments/all_cuda-129_arch-aarch64.yaml index f57f075a6c..5a1fa7c6a0 100644 --- a/conda/environments/all_cuda-129_arch-aarch64.yaml +++ b/conda/environments/all_cuda-129_arch-aarch64.yaml @@ -18,8 +18,8 @@ dependencies: - cupy>=14.0.1,!=14.1.0 - cxx-compiler - cython>=3.2.2 -- dask-cuda==26.8.*,>=0.0.0a0 -- distributed-ucxx==0.51.*,>=0.0.0a0 +- dask-cuda==26.10.*,>=0.0.0a0 +- distributed-ucxx==0.52.*,>=0.0.0a0 - doxygen>=1.8.20 - gcc_linux-aarch64=14.* - graphviz @@ -28,20 +28,20 @@ dependencies: - libcurand-dev - libcusolver-dev - libcusparse-dev -- libucxx==0.51.*,>=0.0.0a0 +- libucxx==0.52.*,>=0.0.0a0 - nccl>=2.19 - ninja - numpy>=2.0,<3.0 - numpydoc - pre-commit -- pylibraft==26.8.*,>=0.0.0a0 +- pylibraft==26.10.*,>=0.0.0a0 - pytest - pytest-cov - rapids-build-backend>=0.4.0,<0.5.0 -- rapids-dask-dependency==26.8.*,>=0.0.0a0 +- rapids-dask-dependency==26.10.*,>=0.0.0a0 - rapids-logger==0.2.*,>=0.0.0a0 - recommonmark -- rmm==26.8.*,>=0.0.0a0 +- rmm==26.10.*,>=0.0.0a0 - scikit-build-core>=0.11.0 - scikit-learn - scipy diff --git a/conda/environments/all_cuda-129_arch-x86_64.yaml b/conda/environments/all_cuda-129_arch-x86_64.yaml index f7a7162611..733fd1db76 100644 --- a/conda/environments/all_cuda-129_arch-x86_64.yaml +++ b/conda/environments/all_cuda-129_arch-x86_64.yaml @@ -18,8 +18,8 @@ dependencies: - cupy>=14.0.1,!=14.1.0 - cxx-compiler - cython>=3.2.2 -- dask-cuda==26.8.*,>=0.0.0a0 -- distributed-ucxx==0.51.*,>=0.0.0a0 +- dask-cuda==26.10.*,>=0.0.0a0 +- distributed-ucxx==0.52.*,>=0.0.0a0 - doxygen>=1.8.20 - gcc_linux-64=14.* - graphviz @@ -28,20 +28,20 @@ dependencies: - libcurand-dev - libcusolver-dev - libcusparse-dev -- libucxx==0.51.*,>=0.0.0a0 +- libucxx==0.52.*,>=0.0.0a0 - nccl>=2.19 - ninja - numpy>=2.0,<3.0 - numpydoc - pre-commit -- pylibraft==26.8.*,>=0.0.0a0 +- pylibraft==26.10.*,>=0.0.0a0 - pytest - pytest-cov - rapids-build-backend>=0.4.0,<0.5.0 -- rapids-dask-dependency==26.8.*,>=0.0.0a0 +- rapids-dask-dependency==26.10.*,>=0.0.0a0 - rapids-logger==0.2.*,>=0.0.0a0 - recommonmark -- rmm==26.8.*,>=0.0.0a0 +- rmm==26.10.*,>=0.0.0a0 - scikit-build-core>=0.11.0 - scikit-learn - scipy diff --git a/conda/environments/all_cuda-133_arch-aarch64.yaml b/conda/environments/all_cuda-133_arch-aarch64.yaml index 7755411e16..d5815ce4e6 100644 --- a/conda/environments/all_cuda-133_arch-aarch64.yaml +++ b/conda/environments/all_cuda-133_arch-aarch64.yaml @@ -18,8 +18,8 @@ dependencies: - cupy>=14.0.1,!=14.1.0 - cxx-compiler - cython>=3.2.2 -- dask-cuda==26.8.*,>=0.0.0a0 -- distributed-ucxx==0.51.*,>=0.0.0a0 +- dask-cuda==26.10.*,>=0.0.0a0 +- distributed-ucxx==0.52.*,>=0.0.0a0 - doxygen>=1.8.20 - gcc_linux-aarch64=14.* - graphviz @@ -28,20 +28,20 @@ dependencies: - libcurand-dev - libcusolver-dev - libcusparse-dev -- libucxx==0.51.*,>=0.0.0a0 +- libucxx==0.52.*,>=0.0.0a0 - nccl>=2.19 - ninja - numpy>=2.0,<3.0 - numpydoc - pre-commit -- pylibraft==26.8.*,>=0.0.0a0 +- pylibraft==26.10.*,>=0.0.0a0 - pytest - pytest-cov - rapids-build-backend>=0.4.0,<0.5.0 -- rapids-dask-dependency==26.8.*,>=0.0.0a0 +- rapids-dask-dependency==26.10.*,>=0.0.0a0 - rapids-logger==0.2.*,>=0.0.0a0 - recommonmark -- rmm==26.8.*,>=0.0.0a0 +- rmm==26.10.*,>=0.0.0a0 - scikit-build-core>=0.11.0 - scikit-learn - scipy diff --git a/conda/environments/all_cuda-133_arch-x86_64.yaml b/conda/environments/all_cuda-133_arch-x86_64.yaml index 54553027f9..28ec5d23be 100644 --- a/conda/environments/all_cuda-133_arch-x86_64.yaml +++ b/conda/environments/all_cuda-133_arch-x86_64.yaml @@ -18,8 +18,8 @@ dependencies: - cupy>=14.0.1,!=14.1.0 - cxx-compiler - cython>=3.2.2 -- dask-cuda==26.8.*,>=0.0.0a0 -- distributed-ucxx==0.51.*,>=0.0.0a0 +- dask-cuda==26.10.*,>=0.0.0a0 +- distributed-ucxx==0.52.*,>=0.0.0a0 - doxygen>=1.8.20 - gcc_linux-64=14.* - graphviz @@ -28,20 +28,20 @@ dependencies: - libcurand-dev - libcusolver-dev - libcusparse-dev -- libucxx==0.51.*,>=0.0.0a0 +- libucxx==0.52.*,>=0.0.0a0 - nccl>=2.19 - ninja - numpy>=2.0,<3.0 - numpydoc - pre-commit -- pylibraft==26.8.*,>=0.0.0a0 +- pylibraft==26.10.*,>=0.0.0a0 - pytest - pytest-cov - rapids-build-backend>=0.4.0,<0.5.0 -- rapids-dask-dependency==26.8.*,>=0.0.0a0 +- rapids-dask-dependency==26.10.*,>=0.0.0a0 - rapids-logger==0.2.*,>=0.0.0a0 - recommonmark -- rmm==26.8.*,>=0.0.0a0 +- rmm==26.10.*,>=0.0.0a0 - scikit-build-core>=0.11.0 - scikit-learn - scipy diff --git a/dependencies.yaml b/dependencies.yaml index 7d3da062d4..459242e20c 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -198,7 +198,7 @@ dependencies: - c-compiler - cuda-nvcc - cxx-compiler - - libucxx==0.51.*,>=0.0.0a0 + - libucxx==0.52.*,>=0.0.0a0 specific: - output_types: conda matrices: @@ -464,11 +464,11 @@ dependencies: common: - output_types: [conda, pyproject, requirements] packages: - - rapids-dask-dependency==26.8.*,>=0.0.0a0 + - rapids-dask-dependency==26.10.*,>=0.0.0a0 - output_types: conda packages: - - &dask_cuda_unsuffixed dask-cuda==26.8.*,>=0.0.0a0 - - &pylibraft_unsuffixed pylibraft==26.8.*,>=0.0.0a0 + - &dask_cuda_unsuffixed dask-cuda==26.10.*,>=0.0.0a0 + - &pylibraft_unsuffixed pylibraft==26.10.*,>=0.0.0a0 - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -480,14 +480,14 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - dask-cuda[cu12]==26.8.*,>=0.0.0a0 - - pylibraft-cu12==26.8.*,>=0.0.0a0 + - dask-cuda[cu12]==26.10.*,>=0.0.0a0 + - pylibraft-cu12==26.10.*,>=0.0.0a0 - matrix: cuda: "13.*" cuda_suffixed: "true" packages: - - dask-cuda[cu13]==26.8.*,>=0.0.0a0 - - pylibraft-cu13==26.8.*,>=0.0.0a0 + - dask-cuda[cu13]==26.10.*,>=0.0.0a0 + - pylibraft-cu13==26.10.*,>=0.0.0a0 - matrix: packages: - *dask_cuda_unsuffixed @@ -537,7 +537,7 @@ dependencies: packages: # UCXX is not currently a hard-dependency thus only installed during tests, # this will change in the future. - - &distributed_ucxx_unsuffixed distributed-ucxx==0.51.*,>=0.0.0a0 + - &distributed_ucxx_unsuffixed distributed-ucxx==0.52.*,>=0.0.0a0 - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -549,12 +549,12 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - distributed-ucxx-cu12==0.51.*,>=0.0.0a0 + - distributed-ucxx-cu12==0.52.*,>=0.0.0a0 - matrix: cuda: "13.*" cuda_suffixed: "true" packages: - - distributed-ucxx-cu13==0.51.*,>=0.0.0a0 + - distributed-ucxx-cu13==0.52.*,>=0.0.0a0 - {matrix: null, packages: [*distributed_ucxx_unsuffixed]} depends_on_libraft: common: @@ -564,7 +564,7 @@ dependencies: - --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple - output_types: conda packages: - - &libraft_unsuffixed libraft==26.8.*,>=0.0.0a0 + - &libraft_unsuffixed libraft==26.10.*,>=0.0.0a0 specific: - output_types: [requirements, pyproject] matrices: @@ -572,12 +572,12 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - libraft-cu12==26.8.*,>=0.0.0a0 + - libraft-cu12==26.10.*,>=0.0.0a0 - matrix: cuda: "13.*" cuda_suffixed: "true" packages: - - libraft-cu13==26.8.*,>=0.0.0a0 + - libraft-cu13==26.10.*,>=0.0.0a0 - matrix: packages: - *libraft_unsuffixed @@ -585,27 +585,27 @@ dependencies: common: - output_types: conda packages: - - libraft-headers==26.8.*,>=0.0.0a0 + - libraft-headers==26.10.*,>=0.0.0a0 depends_on_pylibraft: common: - output_types: conda packages: - - pylibraft==26.8.*,>=0.0.0a0 + - pylibraft==26.10.*,>=0.0.0a0 depends_on_raft_dask: common: - output_types: conda packages: - - raft-dask==26.8.*,>=0.0.0a0 + - raft-dask==26.10.*,>=0.0.0a0 depends_on_libraft_tests: common: - output_types: conda packages: - - libraft-tests==26.8.*,>=0.0.0a0 + - libraft-tests==26.10.*,>=0.0.0a0 depends_on_librmm: common: - output_types: conda packages: - - &librmm_unsuffixed librmm==26.8.*,>=0.0.0a0 + - &librmm_unsuffixed librmm==26.10.*,>=0.0.0a0 - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -617,12 +617,12 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - librmm-cu12==26.8.*,>=0.0.0a0 + - librmm-cu12==26.10.*,>=0.0.0a0 - matrix: cuda: "13.*" cuda_suffixed: "true" packages: - - librmm-cu13==26.8.*,>=0.0.0a0 + - librmm-cu13==26.10.*,>=0.0.0a0 - matrix: packages: - *librmm_unsuffixed @@ -630,7 +630,7 @@ dependencies: common: - output_types: conda packages: - - &rmm_unsuffixed rmm==26.8.*,>=0.0.0a0 + - &rmm_unsuffixed rmm==26.10.*,>=0.0.0a0 - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -642,12 +642,12 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - rmm-cu12==26.8.*,>=0.0.0a0 + - rmm-cu12==26.10.*,>=0.0.0a0 - matrix: cuda: "13.*" cuda_suffixed: "true" packages: - - rmm-cu13==26.8.*,>=0.0.0a0 + - rmm-cu13==26.10.*,>=0.0.0a0 - matrix: packages: - *rmm_unsuffixed diff --git a/python/libraft/pyproject.toml b/python/libraft/pyproject.toml index 08097b9ddb..ce0ad44823 100644 --- a/python/libraft/pyproject.toml +++ b/python/libraft/pyproject.toml @@ -21,7 +21,7 @@ license = "Apache-2.0" requires-python = ">=3.11" dependencies = [ "cuda-toolkit[cublas,curand,cusolver,cusparse]==13.*", - "librmm==26.8.*,>=0.0.0a0", + "librmm==26.10.*,>=0.0.0a0", "nvidia-nvjitlink>=13.3,<14", "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`. @@ -66,7 +66,7 @@ regex = "(?P.*)" build-backend = "scikit_build_core.build" requires = [ "cmake>=4.0", - "librmm==26.8.*,>=0.0.0a0", + "librmm==26.10.*,>=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/pylibraft/pyproject.toml b/python/pylibraft/pyproject.toml index 675221e4d5..8147f91d6c 100644 --- a/python/pylibraft/pyproject.toml +++ b/python/pylibraft/pyproject.toml @@ -21,9 +21,9 @@ license = "Apache-2.0" requires-python = ">=3.11" dependencies = [ "cuda-bindings>=13.0.1,<14.0", - "libraft==26.8.*,>=0.0.0a0", + "libraft==26.10.*,>=0.0.0a0", "numpy>=2.0,<3.0", - "rmm==26.8.*,>=0.0.0a0", + "rmm==26.10.*,>=0.0.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. classifiers = [ "Intended Audience :: Developers", @@ -87,10 +87,10 @@ requires = [ "cmake>=4.0", "cuda-bindings>=13.0.1,<14.0", "cython>=3.2.2", - "libraft==26.8.*,>=0.0.0a0", - "librmm==26.8.*,>=0.0.0a0", + "libraft==26.10.*,>=0.0.0a0", + "librmm==26.10.*,>=0.0.0a0", "ninja", - "rmm==26.8.*,>=0.0.0a0", + "rmm==26.10.*,>=0.0.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. dependencies-file = "../../dependencies.yaml" matrix-entry = "cuda_suffixed=true" diff --git a/python/raft-dask/pyproject.toml b/python/raft-dask/pyproject.toml index 1e88b3ee1c..ee8d0a6218 100644 --- a/python/raft-dask/pyproject.toml +++ b/python/raft-dask/pyproject.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2022-2026, NVIDIA CORPORATION. +# SPDX-FileCopyrightText: Copyright (c) 2022-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 [build-system] @@ -20,11 +20,11 @@ authors = [ license = "Apache-2.0" requires-python = ">=3.11" dependencies = [ - "dask-cuda==26.8.*,>=0.0.0a0", - "distributed-ucxx==0.51.*,>=0.0.0a0", - "libraft==26.8.*,>=0.0.0a0", - "pylibraft==26.8.*,>=0.0.0a0", - "rapids-dask-dependency==26.8.*,>=0.0.0a0", + "dask-cuda==26.10.*,>=0.0.0a0", + "distributed-ucxx==0.52.*,>=0.0.0a0", + "libraft==26.10.*,>=0.0.0a0", + "pylibraft==26.10.*,>=0.0.0a0", + "rapids-dask-dependency==26.10.*,>=0.0.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. classifiers = [ "Intended Audience :: Developers", @@ -85,8 +85,8 @@ build-backend = "scikit_build_core.build" requires = [ "cmake>=4.0", "cython>=3.2.2", - "libraft==26.8.*,>=0.0.0a0", - "librmm==26.8.*,>=0.0.0a0", + "libraft==26.10.*,>=0.0.0a0", + "librmm==26.10.*,>=0.0.0a0", "libucx>=1.19.0,<1.19.1", "ninja", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.