From 4b55b84400a551ad8f9d82f4d6a843897694c265 Mon Sep 17 00:00:00 2001 From: jolorunyomi Date: Thu, 14 May 2026 17:10:42 -0500 Subject: [PATCH] Update to 0.51.00 --- .../cuda12.9-conda/devcontainer.json | 6 +-- .devcontainer/cuda12.9-pip/devcontainer.json | 6 +-- .../cuda13.2-conda/devcontainer.json | 6 +-- .devcontainer/cuda13.2-pip/devcontainer.json | 6 +-- .github/workflows/build.yaml | 22 ++++----- .github/workflows/pr.yaml | 32 ++++++------- .github/workflows/test.yaml | 10 ++-- .../trigger-breaking-change-alert.yaml | 2 +- RAPIDS_VERSION | 2 +- VERSION | 2 +- .../all_cuda-129_arch-aarch64.yaml | 12 ++--- .../all_cuda-129_arch-x86_64.yaml | 12 ++--- .../all_cuda-132_arch-aarch64.yaml | 12 ++--- .../all_cuda-132_arch-x86_64.yaml | 12 ++--- dependencies.yaml | 48 +++++++++---------- python/distributed-ucxx/pyproject.toml | 6 +-- python/libucxx/pyproject.toml | 4 +- python/ucxx/pyproject.toml | 14 +++--- 18 files changed, 107 insertions(+), 107 deletions(-) diff --git a/.devcontainer/cuda12.9-conda/devcontainer.json b/.devcontainer/cuda12.9-conda/devcontainer.json index bc1ac36c..8313ea85 100644 --- a/.devcontainer/cuda12.9-conda/devcontainer.json +++ b/.devcontainer/cuda12.9-conda/devcontainer.json @@ -5,19 +5,19 @@ "args": { "CUDA": "12.9", "PYTHON_PACKAGE_MANAGER": "conda", - "BASE": "rapidsai/devcontainers:26.06-cpp-mambaforge" + "BASE": "rapidsai/devcontainers:26.08-cpp-mambaforge" } }, "runArgs": [ "--rm", "--name", - "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.06-cuda12.9-conda", + "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.08-cuda12.9-conda", "--ulimit", "nofile=500000" ], "hostRequirements": {"gpu": "optional"}, "features": { - "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.6": {} + "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.8": {} }, "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 f8d6821b..ef744612 100644 --- a/.devcontainer/cuda12.9-pip/devcontainer.json +++ b/.devcontainer/cuda12.9-pip/devcontainer.json @@ -5,19 +5,19 @@ "args": { "CUDA": "12.9", "PYTHON_PACKAGE_MANAGER": "pip", - "BASE": "rapidsai/devcontainers:26.06-cpp-cuda12.9-ucx1.19.0-openmpi5.0.10" + "BASE": "rapidsai/devcontainers:26.08-cpp-cuda12.9-ucx1.19.0-openmpi5.0.10" } }, "runArgs": [ "--rm", "--name", - "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.06-cuda12.9-pip", + "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.08-cuda12.9-pip", "--ulimit", "nofile=500000" ], "hostRequirements": {"gpu": "optional"}, "features": { - "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.6": {} + "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.8": {} }, "overrideFeatureInstallOrder": [ "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils" diff --git a/.devcontainer/cuda13.2-conda/devcontainer.json b/.devcontainer/cuda13.2-conda/devcontainer.json index 864301fd..bfd44fae 100644 --- a/.devcontainer/cuda13.2-conda/devcontainer.json +++ b/.devcontainer/cuda13.2-conda/devcontainer.json @@ -5,19 +5,19 @@ "args": { "CUDA": "13.2", "PYTHON_PACKAGE_MANAGER": "conda", - "BASE": "rapidsai/devcontainers:26.06-cpp-mambaforge" + "BASE": "rapidsai/devcontainers:26.08-cpp-mambaforge" } }, "runArgs": [ "--rm", "--name", - "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.06-cuda13.2-conda", + "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.08-cuda13.2-conda", "--ulimit", "nofile=500000" ], "hostRequirements": {"gpu": "optional"}, "features": { - "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.6": {} + "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.8": {} }, "overrideFeatureInstallOrder": [ "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils" diff --git a/.devcontainer/cuda13.2-pip/devcontainer.json b/.devcontainer/cuda13.2-pip/devcontainer.json index 25f972e8..24211870 100644 --- a/.devcontainer/cuda13.2-pip/devcontainer.json +++ b/.devcontainer/cuda13.2-pip/devcontainer.json @@ -5,19 +5,19 @@ "args": { "CUDA": "13.2", "PYTHON_PACKAGE_MANAGER": "pip", - "BASE": "rapidsai/devcontainers:26.06-cpp-cuda13.2-ucx1.19.0-openmpi5.0.10" + "BASE": "rapidsai/devcontainers:26.08-cpp-cuda13.2-ucx1.19.0-openmpi5.0.10" } }, "runArgs": [ "--rm", "--name", - "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.06-cuda13.2-pip", + "${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.08-cuda13.2-pip", "--ulimit", "nofile=500000" ], "hostRequirements": {"gpu": "optional"}, "features": { - "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.6": {} + "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.8": {} }, "overrideFeatureInstallOrder": [ "ghcr.io/rapidsai/devcontainers/features/rapids-build-utils" diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e3703714..60e83d81 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' }} branch: ${{ inputs.branch }} @@ -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" @@ -98,7 +98,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - 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 with: build_type: ${{ inputs.build_type || 'branch' }} branch: ${{ inputs.branch }} @@ -112,7 +112,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 }} @@ -133,7 +133,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main with: build_type: ${{ inputs.build_type || 'branch' }} branch: ${{ inputs.branch }} @@ -150,7 +150,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 }} @@ -171,7 +171,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main with: build_type: ${{ inputs.build_type || 'branch' }} branch: ${{ inputs.branch }} @@ -188,7 +188,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 }} @@ -208,7 +208,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main with: build_type: ${{ inputs.build_type || 'branch' }} branch: ${{ inputs.branch }} diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 516005b2..2ea7dc6a 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -33,7 +33,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - 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) }} @@ -77,7 +77,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - 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: @@ -216,7 +216,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - 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 ignored_pr_jobs: telemetry-summarize @@ -229,7 +229,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: cpu8 @@ -243,7 +243,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 @@ -258,13 +258,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" conda-cpp-tests: needs: [conda-cpp-build, changed-files] @@ -275,7 +275,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 @@ -290,7 +290,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 @@ -305,7 +305,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_distributed_conda with: build_type: pull-request @@ -320,7 +320,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 @@ -338,7 +338,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 @@ -356,7 +356,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 @@ -371,7 +371,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 @@ -388,7 +388,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_distributed_wheels with: build_type: pull-request @@ -403,7 +403,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@cuda-13.2.0 + 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 2762de3e..4d141fb4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,7 +33,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 }} @@ -49,7 +49,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 }} @@ -65,7 +65,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 }} script: "ci/test_python_distributed.sh" @@ -81,7 +81,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 }} @@ -97,7 +97,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/.github/workflows/trigger-breaking-change-alert.yaml b/.github/workflows/trigger-breaking-change-alert.yaml index 272a463c..ce4dc4f5 100644 --- a/.github/workflows/trigger-breaking-change-alert.yaml +++ b/.github/workflows/trigger-breaking-change-alert.yaml @@ -23,7 +23,7 @@ jobs: packages: read pull-requests: read secrets: inherit # zizmor: ignore[secrets-inherit] - uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@main with: sender_login: ${{ github.event.sender.login }} sender_avatar: ${{ github.event.sender.avatar_url }} diff --git a/RAPIDS_VERSION b/RAPIDS_VERSION index cdb610a2..4e6864b4 100644 --- a/RAPIDS_VERSION +++ b/RAPIDS_VERSION @@ -1 +1 @@ -26.06.00 +26.08.00 diff --git a/VERSION b/VERSION index 66b18ffa..567ce80a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.50.00 +0.51.00 diff --git a/conda/environments/all_cuda-129_arch-aarch64.yaml b/conda/environments/all_cuda-129_arch-aarch64.yaml index 36e94865..7fe2e315 100644 --- a/conda/environments/all_cuda-129_arch-aarch64.yaml +++ b/conda/environments/all_cuda-129_arch-aarch64.yaml @@ -14,15 +14,15 @@ dependencies: - cuda-cudart-dev - cuda-nvcc - cuda-version=12.9 -- cudf==26.6.*,>=0.0.0a0 +- cudf==26.8.*,>=0.0.0a0 - cupy>=13.6.0 - cxx-compiler - cython>=3.2.2 -- dask-cuda==26.6.*,>=0.0.0a0 -- dask-cudf==26.6.*,>=0.0.0a0 +- dask-cuda==26.8.*,>=0.0.0a0 +- dask-cudf==26.8.*,>=0.0.0a0 - doxygen=1.9.1 - gdb -- librmm==26.6.*,>=0.0.0a0 +- librmm==26.8.*,>=0.0.0a0 - libtool - make - ninja @@ -41,8 +41,8 @@ dependencies: - python>=3.11 - pyyaml>=6 - rapids-build-backend>=0.4.0,<0.5.0 -- rapids-dask-dependency==26.6.*,>=0.0.0a0 -- rmm==26.6.*,>=0.0.0a0 +- rapids-dask-dependency==26.8.*,>=0.0.0a0 +- rmm==26.8.*,>=0.0.0a0 - scikit-build-core>=0.11.0 - setuptools>=77.0.0 - sphinx>=8.1.0 diff --git a/conda/environments/all_cuda-129_arch-x86_64.yaml b/conda/environments/all_cuda-129_arch-x86_64.yaml index 79188310..ccf7a8fe 100644 --- a/conda/environments/all_cuda-129_arch-x86_64.yaml +++ b/conda/environments/all_cuda-129_arch-x86_64.yaml @@ -14,15 +14,15 @@ dependencies: - cuda-cudart-dev - cuda-nvcc - cuda-version=12.9 -- cudf==26.6.*,>=0.0.0a0 +- cudf==26.8.*,>=0.0.0a0 - cupy>=13.6.0 - cxx-compiler - cython>=3.2.2 -- dask-cuda==26.6.*,>=0.0.0a0 -- dask-cudf==26.6.*,>=0.0.0a0 +- dask-cuda==26.8.*,>=0.0.0a0 +- dask-cudf==26.8.*,>=0.0.0a0 - doxygen=1.9.1 - gdb -- librmm==26.6.*,>=0.0.0a0 +- librmm==26.8.*,>=0.0.0a0 - libtool - make - ninja @@ -41,8 +41,8 @@ dependencies: - python>=3.11 - pyyaml>=6 - rapids-build-backend>=0.4.0,<0.5.0 -- rapids-dask-dependency==26.6.*,>=0.0.0a0 -- rmm==26.6.*,>=0.0.0a0 +- rapids-dask-dependency==26.8.*,>=0.0.0a0 +- rmm==26.8.*,>=0.0.0a0 - scikit-build-core>=0.11.0 - setuptools>=77.0.0 - sphinx>=8.1.0 diff --git a/conda/environments/all_cuda-132_arch-aarch64.yaml b/conda/environments/all_cuda-132_arch-aarch64.yaml index 48e0e1b4..22fa6800 100644 --- a/conda/environments/all_cuda-132_arch-aarch64.yaml +++ b/conda/environments/all_cuda-132_arch-aarch64.yaml @@ -14,15 +14,15 @@ dependencies: - cuda-cudart-dev - cuda-nvcc - cuda-version=13.2 -- cudf==26.6.*,>=0.0.0a0 +- cudf==26.8.*,>=0.0.0a0 - cupy>=13.6.0 - cxx-compiler - cython>=3.2.2 -- dask-cuda==26.6.*,>=0.0.0a0 -- dask-cudf==26.6.*,>=0.0.0a0 +- dask-cuda==26.8.*,>=0.0.0a0 +- dask-cudf==26.8.*,>=0.0.0a0 - doxygen=1.9.1 - gdb -- librmm==26.6.*,>=0.0.0a0 +- librmm==26.8.*,>=0.0.0a0 - libtool - make - ninja @@ -41,8 +41,8 @@ dependencies: - python>=3.11 - pyyaml>=6 - rapids-build-backend>=0.4.0,<0.5.0 -- rapids-dask-dependency==26.6.*,>=0.0.0a0 -- rmm==26.6.*,>=0.0.0a0 +- rapids-dask-dependency==26.8.*,>=0.0.0a0 +- rmm==26.8.*,>=0.0.0a0 - scikit-build-core>=0.11.0 - setuptools>=77.0.0 - sphinx>=8.1.0 diff --git a/conda/environments/all_cuda-132_arch-x86_64.yaml b/conda/environments/all_cuda-132_arch-x86_64.yaml index e14b7e73..58e0f71d 100644 --- a/conda/environments/all_cuda-132_arch-x86_64.yaml +++ b/conda/environments/all_cuda-132_arch-x86_64.yaml @@ -14,15 +14,15 @@ dependencies: - cuda-cudart-dev - cuda-nvcc - cuda-version=13.2 -- cudf==26.6.*,>=0.0.0a0 +- cudf==26.8.*,>=0.0.0a0 - cupy>=13.6.0 - cxx-compiler - cython>=3.2.2 -- dask-cuda==26.6.*,>=0.0.0a0 -- dask-cudf==26.6.*,>=0.0.0a0 +- dask-cuda==26.8.*,>=0.0.0a0 +- dask-cudf==26.8.*,>=0.0.0a0 - doxygen=1.9.1 - gdb -- librmm==26.6.*,>=0.0.0a0 +- librmm==26.8.*,>=0.0.0a0 - libtool - make - ninja @@ -41,8 +41,8 @@ dependencies: - python>=3.11 - pyyaml>=6 - rapids-build-backend>=0.4.0,<0.5.0 -- rapids-dask-dependency==26.6.*,>=0.0.0a0 -- rmm==26.6.*,>=0.0.0a0 +- rapids-dask-dependency==26.8.*,>=0.0.0a0 +- rmm==26.8.*,>=0.0.0a0 - scikit-build-core>=0.11.0 - setuptools>=77.0.0 - sphinx>=8.1.0 diff --git a/dependencies.yaml b/dependencies.yaml index 5de994ab..1e5fc556 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -170,7 +170,7 @@ dependencies: - c-compiler - cxx-compiler - &cmake_ver cmake>=4.0 - - librmm==26.6.*,>=0.0.0a0 + - librmm==26.8.*,>=0.0.0a0 - ninja - output_types: [requirements, pyproject] packages: @@ -302,8 +302,8 @@ dependencies: # These packages are useful for development but not otherwise required to build/run # RAPIDS - pip - - dask-cuda==26.6.*,>=0.0.0a0 - - dask-cudf==26.6.*,>=0.0.0a0 + - dask-cuda==26.8.*,>=0.0.0a0 + - dask-cudf==26.8.*,>=0.0.0a0 # UCX Build - libtool - automake @@ -362,7 +362,7 @@ dependencies: common: - output_types: [conda, requirements, pyproject] packages: - - rapids-dask-dependency==26.6.*,>=0.0.0a0 + - rapids-dask-dependency==26.8.*,>=0.0.0a0 - pyyaml>=6 - cuda-core>=0.3.2 test_cpp: @@ -379,7 +379,7 @@ dependencies: - cloudpickle - pytest - pytest-asyncio>=1.0.0 - - rapids-dask-dependency==26.6.*,>=0.0.0a0 + - rapids-dask-dependency==26.8.*,>=0.0.0a0 - pytest-rerunfailures!=16.0.0 # See https://github.com/pytest-dev/pytest-rerunfailures/issues/302 - pytest-xdist - output_types: [conda] @@ -452,7 +452,7 @@ dependencies: 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 @@ -464,18 +464,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_rmm: common: - output_types: conda packages: - - &rmm_unsuffixed rmm==26.6.*,>=0.0.0a0 + - &rmm_unsuffixed rmm==26.8.*,>=0.0.0a0 - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -487,18 +487,18 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - rmm-cu12==26.6.*,>=0.0.0a0 + - rmm-cu12==26.8.*,>=0.0.0a0 - matrix: cuda: "13.*" cuda_suffixed: "true" packages: - - rmm-cu13==26.6.*,>=0.0.0a0 + - rmm-cu13==26.8.*,>=0.0.0a0 - {matrix: null, packages: [*rmm_unsuffixed]} depends_on_cudf: common: - output_types: [conda] packages: - - &cudf_unsuffixed cudf==26.6.*,>=0.0.0a0 + - &cudf_unsuffixed cudf==26.8.*,>=0.0.0a0 - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -510,23 +510,23 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - cudf-cu12==26.6.*,>=0.0.0a0 + - cudf-cu12==26.8.*,>=0.0.0a0 - matrix: cuda: "13.*" cuda_suffixed: "true" packages: - - cudf-cu13==26.6.*,>=0.0.0a0 + - cudf-cu13==26.8.*,>=0.0.0a0 - {matrix: null, packages: [*cudf_unsuffixed]} depends_on_distributed_ucxx: common: - output_types: conda packages: - - distributed-ucxx==0.50.*,>=0.0.0a0 + - distributed-ucxx==0.51.*,>=0.0.0a0 depends_on_libucxx: common: - output_types: conda packages: - - &libucxx_unsuffixed libucxx==0.50.*,>=0.0.0a0 + - &libucxx_unsuffixed libucxx==0.51.*,>=0.0.0a0 specific: - output_types: [requirements, pyproject] matrices: @@ -534,12 +534,12 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - libucxx-cu12==0.50.*,>=0.0.0a0 + - libucxx-cu12==0.51.*,>=0.0.0a0 - matrix: cuda: "13.*" cuda_suffixed: "true" packages: - - libucxx-cu13==0.50.*,>=0.0.0a0 + - libucxx-cu13==0.51.*,>=0.0.0a0 - matrix: packages: - *libucxx_unsuffixed @@ -547,17 +547,17 @@ dependencies: common: - output_types: conda packages: - - libucxx-examples==0.50.*,>=0.0.0a0 + - libucxx-examples==0.51.*,>=0.0.0a0 depends_on_libucxx_tests: common: - output_types: conda packages: - - libucxx-tests==0.50.*,>=0.0.0a0 + - libucxx-tests==0.51.*,>=0.0.0a0 depends_on_ucxx: common: - output_types: conda packages: - - &ucxx_unsuffixed ucxx==0.50.*,>=0.0.0a0 + - &ucxx_unsuffixed ucxx==0.51.*,>=0.0.0a0 - output_types: requirements packages: # pip recognizes the index as a global option for the requirements.txt file @@ -569,18 +569,18 @@ dependencies: cuda: "12.*" cuda_suffixed: "true" packages: - - ucxx-cu12==0.50.*,>=0.0.0a0 + - ucxx-cu12==0.51.*,>=0.0.0a0 - matrix: cuda: "13.*" cuda_suffixed: "true" packages: - - ucxx-cu13==0.50.*,>=0.0.0a0 + - ucxx-cu13==0.51.*,>=0.0.0a0 - {matrix: null, packages: [*ucxx_unsuffixed]} depends_on_ucxx_tests: common: - output_types: conda packages: - - ucxx-tests==0.50.*,>=0.0.0a0 + - ucxx-tests==0.51.*,>=0.0.0a0 depends_on_ucx_build: specific: - output_types: [conda] diff --git a/python/distributed-ucxx/pyproject.toml b/python/distributed-ucxx/pyproject.toml index bf26ddf9..35743858 100644 --- a/python/distributed-ucxx/pyproject.toml +++ b/python/distributed-ucxx/pyproject.toml @@ -22,8 +22,8 @@ requires-python = ">=3.11" dependencies = [ "cuda-core>=0.3.2", "pyyaml>=6", - "rapids-dask-dependency==26.6.*,>=0.0.0a0", - "ucxx==0.50.*,>=0.0.0a0", + "rapids-dask-dependency==26.8.*,>=0.0.0a0", + "ucxx==0.51.*,>=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", @@ -45,7 +45,7 @@ docs = [ "sphinx-rtd-theme>=0.5.1", ] test = [ - "cudf==26.6.*,>=0.0.0a0", + "cudf==26.8.*,>=0.0.0a0", "cupy-cuda13x>=13.6.0", "numba-cuda>=0.22.1,<0.29.0", "numpy>=1.23,<3.0", diff --git a/python/libucxx/pyproject.toml b/python/libucxx/pyproject.toml index 4d5623d3..c0cd1c99 100644 --- a/python/libucxx/pyproject.toml +++ b/python/libucxx/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ - "librmm==26.6.*,>=0.0.0a0", + "librmm==26.8.*,>=0.0.0a0", "libucx>=1.19.0,<1.21", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. @@ -61,7 +61,7 @@ dependencies-file = "../../dependencies.yaml" matrix-entry = "cuda_suffixed=true" requires = [ "cmake>=4.0", - "librmm==26.6.*,>=0.0.0a0", + "librmm==26.8.*,>=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`. diff --git a/python/ucxx/pyproject.toml b/python/ucxx/pyproject.toml index 346b32be..1785196f 100644 --- a/python/ucxx/pyproject.toml +++ b/python/ucxx/pyproject.toml @@ -20,10 +20,10 @@ license = "BSD-3-Clause" requires-python = ">=3.11" dependencies = [ "cuda-core>=0.3.2", - "libucxx==0.50.*,>=0.0.0a0", + "libucxx==0.51.*,>=0.0.0a0", "numpy>=1.23,<3.0", "nvidia-ml-py>=12", - "rmm==26.6.*,>=0.0.0a0", + "rmm==26.8.*,>=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", @@ -42,14 +42,14 @@ ucxx = "ucxx" [project.optional-dependencies] test = [ "cloudpickle", - "cudf==26.6.*,>=0.0.0a0", + "cudf==26.8.*,>=0.0.0a0", "cupy-cuda13x>=13.6.0", "numba-cuda>=0.22.1,<0.29.0", "pytest", "pytest-asyncio>=1.0.0", "pytest-rerunfailures!=16.0.0", "pytest-xdist", - "rapids-dask-dependency==26.6.*,>=0.0.0a0", + "rapids-dask-dependency==26.8.*,>=0.0.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. [project.urls] @@ -62,10 +62,10 @@ matrix-entry = "cuda_suffixed=true" requires = [ "cmake>=4.0", "cython>=3.2.2", - "librmm==26.6.*,>=0.0.0a0", - "libucxx==0.50.*,>=0.0.0a0", + "librmm==26.8.*,>=0.0.0a0", + "libucxx==0.51.*,>=0.0.0a0", "ninja", - "rmm==26.6.*,>=0.0.0a0", + "rmm==26.8.*,>=0.0.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. [tool.scikit-build]