diff --git a/.devcontainer/cuda12.9-conda/devcontainer.json b/.devcontainer/cuda12.9-conda/devcontainer.json
index 5326e64d8c6c..7b07ba33dc30 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/cudf/devcontainer:26.08-cuda12.9-conda"
@@ -14,7 +14,7 @@
"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"
],
@@ -22,7 +22,7 @@
"gpu": "optional"
},
"features": {
- "ghcr.io/rapidsai/devcontainers/features/cuda:26.8": {
+ "ghcr.io/rapidsai/devcontainers/features/cuda:26.10": {
"version": "12.9",
"installCompilers": false,
"installProfilers": true,
@@ -43,7 +43,7 @@
"installnvJPEG": false,
"pruneStaticLibs": 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/cuda",
diff --git a/.devcontainer/cuda12.9-pip/devcontainer.json b/.devcontainer/cuda12.9-pip/devcontainer.json
index 914237875c0f..627975f5a16e 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/cudf/devcontainer:26.08-cuda12.9-pip"
@@ -14,7 +14,7 @@
"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"
],
@@ -22,7 +22,7 @@
"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-conda/devcontainer.json b/.devcontainer/cuda13.3-conda/devcontainer.json
index 03f4ef020f84..970841e12432 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/cudf/devcontainer:26.08-cuda13.3-conda"
@@ -14,7 +14,7 @@
"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"
],
@@ -22,7 +22,7 @@
"gpu": "optional"
},
"features": {
- "ghcr.io/rapidsai/devcontainers/features/cuda:26.8": {
+ "ghcr.io/rapidsai/devcontainers/features/cuda:26.10": {
"version": "13.3",
"installCompilers": false,
"installProfilers": true,
@@ -43,7 +43,7 @@
"installnvJPEG": false,
"pruneStaticLibs": 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/cuda",
diff --git a/.devcontainer/cuda13.3-pip/devcontainer.json b/.devcontainer/cuda13.3-pip/devcontainer.json
index 3703b5d93979..38190d90db88 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/cudf/devcontainer:26.08-cuda13.3-pip"
@@ -14,7 +14,7 @@
"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"
],
@@ -22,7 +22,7 @@
"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/.github/workflows/build.yaml b/.github/workflows/build.yaml
index e009d7a0b780..97c3add68349 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -132,7 +132,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/compute-sanitizer-run.yaml b/.github/workflows/compute-sanitizer-run.yaml
index 9378bd1f1b02..ff63e87aaa23 100644
--- a/.github/workflows/compute-sanitizer-run.yaml
+++ b/.github/workflows/compute-sanitizer-run.yaml
@@ -28,7 +28,7 @@ jobs:
permissions:
contents: read
container:
- image: rapidsai/ci-conda:26.08-latest
+ image: rapidsai/ci-conda:26.10-latest
outputs:
tests: ${{ steps.find-tests.outputs.tests }}
steps:
@@ -49,7 +49,7 @@ jobs:
permissions:
contents: read
container:
- image: rapidsai/ci-conda:26.08-latest
+ image: rapidsai/ci-conda:26.10-latest
options: --gpus all
continue-on-error: true
strategy:
diff --git a/.github/workflows/pandas-tests.yaml b/.github/workflows/pandas-tests.yaml
index c701d238c263..af3e895bb13f 100644
--- a/.github/workflows/pandas-tests.yaml
+++ b/.github/workflows/pandas-tests.yaml
@@ -37,7 +37,7 @@ jobs:
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
- container_image: "rapidsai/citestwheel:26.08-latest"
+ container_image: "rapidsai/citestwheel:26.10-latest"
script: ci/cudf_pandas_scripts/pandas-tests/run.sh main
file_to_upload: ./main-results.json
artifact-name: main-results.json
diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml
index 6748558938f4..b345983c03f3 100644
--- a/.github/workflows/pr.yaml
+++ b/.github/workflows/pr.yaml
@@ -374,7 +374,7 @@ jobs:
build_type: pull-request
node_type: cpu16
arch: "amd64"
- container_image: "rapidsai/ci-conda:26.08-latest"
+ container_image: "rapidsai/ci-conda:26.10-latest"
script: "ci/test_cmake.sh"
cpp-linters:
permissions:
@@ -490,7 +490,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/test_java.sh"
conda-notebook-tests:
needs: [conda-python-build, conda-python-build-noarch, changed-files]
@@ -507,7 +507,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/test_notebooks.sh"
docs-build:
needs: [conda-python-build, conda-python-build-noarch, changed-files]
@@ -524,7 +524,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-libcudf:
needs: checks
@@ -789,7 +789,7 @@ jobs:
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
continue-on-error: true
- container_image: "rapidsai/ci-conda:26.08-latest"
+ container_image: "rapidsai/ci-conda:26.10-latest"
script: |
ci/cudf_pandas_scripts/third-party-integration/test.sh python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml
cuml-compat-tests:
@@ -810,7 +810,7 @@ jobs:
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
continue-on-error: true
- container_image: "rapidsai/ci-conda:26.06-latest"
+ container_image: "rapidsai/ci-conda:26.10-latest"
script: "ci/test_cuml_compat.sh"
pandas-tests:
# run the Pandas unit tests using PR branch
@@ -830,7 +830,7 @@ jobs:
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
- container_image: "rapidsai/citestwheel:26.08-latest"
+ container_image: "rapidsai/citestwheel:26.10-latest"
script: ci/cudf_pandas_scripts/pandas-tests/run.sh pr
narwhals-tests:
needs: [conda-python-build, conda-python-build-noarch, changed-files]
@@ -849,7 +849,7 @@ jobs:
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
- container_image: "rapidsai/ci-conda:26.08-latest"
+ container_image: "rapidsai/ci-conda:26.10-latest"
script: ci/test_narwhals.sh
spark-rapids-jni:
needs: changed-files
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index e1bbb6961c15..47613a0306ca 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -70,7 +70,7 @@ jobs:
sha: ${{ inputs.sha }}
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/test_cpp_benchmarks.sh
conda-cpp-memcheck-tests:
permissions:
@@ -88,7 +88,7 @@ jobs:
sha: ${{ inputs.sha }}
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/test_cpp_memcheck.sh"
cpp-linters:
permissions:
@@ -153,7 +153,7 @@ jobs:
sha: ${{ inputs.sha }}
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/test_java.sh"
conda-notebook-tests:
permissions:
@@ -171,7 +171,7 @@ jobs:
sha: ${{ inputs.sha }}
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/test_notebooks.sh"
wheel-tests-cudf:
permissions:
@@ -233,7 +233,7 @@ jobs:
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
- container_image: "rapidsai/ci-conda:26.08-latest"
+ container_image: "rapidsai/ci-conda:26.10-latest"
script: |
ci/cudf_pandas_scripts/third-party-integration/test.sh python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml
continue-on-error: true
@@ -253,7 +253,7 @@ jobs:
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
continue-on-error: true
- container_image: "rapidsai/ci-conda:26.06-latest"
+ container_image: "rapidsai/ci-conda:26.10-latest"
script: "ci/test_cuml_compat.sh"
wheel-tests-cudf-polars:
permissions:
@@ -301,5 +301,5 @@ jobs:
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-l4-latest-1"
- container_image: "rapidsai/ci-conda:26.08-latest"
+ container_image: "rapidsai/ci-conda:26.10-latest"
script: ci/test_narwhals.sh
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7d9b5979d1e8..a4ded2cd8d7f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -45,7 +45,7 @@ repos:
"pyarrow>=19.0.0,<24.0.0", # https://github.com/rapidsai/cudf/issues/22229
"pytest>=8.0.0,<9.1.0",
"types-cachetools>=5.5.0",
- "rmm-cu12==26.8.*,>=0.0.0a0; sys_platform=='linux'",
+ "rmm-cu12==26.10.*,>=0.0.0a0; sys_platform=='linux'",
"--extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple/"
]
args: ["--config-file=pyproject.toml",
diff --git a/VERSION b/VERSION
index 4e6864b4ca93..6549ba6527f0 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 79a81086c3b0..bb5c331a5331 100644
--- a/conda/environments/all_cuda-129_arch-aarch64.yaml
+++ b/conda/environments/all_cuda-129_arch-aarch64.yaml
@@ -28,7 +28,7 @@ dependencies:
- cupy>=14.0.1,!=14.1.0
- cxx-compiler
- cython>=3.2.2,<3.3.0a0
-- dask-cuda==26.8.*,>=0.0.0a0
+- dask-cuda==26.10.*,>=0.0.0a0
- dlpack>=0.8,<1.0
- doxygen=1.9.1
- fastavro>=0.22.9
@@ -43,12 +43,12 @@ dependencies:
- jupyter_client
- libcufile-dev
- libcurand-dev
-- libkvikio==26.8.*,>=0.0.0a0
+- libkvikio==26.10.*,>=0.0.0a0
- libnvcomp-dev==5.2.0.10
- libnvjitlink-dev
- librapidsmpf==26.8.*,>=0.0.0a0
- librdkafka<2.15.0a0
-- librmm==26.8.*,>=0.0.0a0
+- librmm==26.10.*,>=0.0.0a0
- libucxx==0.51.*,>=0.0.0a0
- make
- matplotlib-base<3.11
@@ -93,12 +93,12 @@ dependencies:
- pytorch>=2.4.0
- pyxlsb
- 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
-- rapidsmpf==26.8.*,>=0.0.0a0
+- rapidsmpf==26.10.*,>=0.0.0a0
- ray-default>=2.55.1
- rich
-- rmm==26.8.*,>=0.0.0a0
+- rmm==26.10.*,>=0.0.0a0
- s3fs>=2022.3.0
- scikit-build-core>=0.11.0
- scipy
diff --git a/conda/environments/all_cuda-129_arch-x86_64.yaml b/conda/environments/all_cuda-129_arch-x86_64.yaml
index a4a887efbbb4..bf90421d131b 100644
--- a/conda/environments/all_cuda-129_arch-x86_64.yaml
+++ b/conda/environments/all_cuda-129_arch-x86_64.yaml
@@ -28,7 +28,7 @@ dependencies:
- cupy>=14.0.1,!=14.1.0
- cxx-compiler
- cython>=3.2.2,<3.3.0a0
-- dask-cuda==26.8.*,>=0.0.0a0
+- dask-cuda==26.10.*,>=0.0.0a0
- dlpack>=0.8,<1.0
- doxygen=1.9.1
- fastavro>=0.22.9
@@ -43,12 +43,12 @@ dependencies:
- jupyter_client
- libcufile-dev
- libcurand-dev
-- libkvikio==26.8.*,>=0.0.0a0
+- libkvikio==26.10.*,>=0.0.0a0
- libnvcomp-dev==5.2.0.10
- libnvjitlink-dev
- librapidsmpf==26.8.*,>=0.0.0a0
- librdkafka<2.15.0a0
-- librmm==26.8.*,>=0.0.0a0
+- librmm==26.10.*,>=0.0.0a0
- libucxx==0.51.*,>=0.0.0a0
- make
- matplotlib-base<3.11
@@ -93,12 +93,12 @@ dependencies:
- pytorch>=2.4.0
- pyxlsb
- 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
-- rapidsmpf==26.8.*,>=0.0.0a0
+- rapidsmpf==26.10.*,>=0.0.0a0
- ray-default>=2.55.1
- rich
-- rmm==26.8.*,>=0.0.0a0
+- rmm==26.10.*,>=0.0.0a0
- s3fs>=2022.3.0
- scikit-build-core>=0.11.0
- scipy
diff --git a/conda/environments/all_cuda-133_arch-aarch64.yaml b/conda/environments/all_cuda-133_arch-aarch64.yaml
index 4aa4ae68a4dc..13e08205f2d5 100644
--- a/conda/environments/all_cuda-133_arch-aarch64.yaml
+++ b/conda/environments/all_cuda-133_arch-aarch64.yaml
@@ -28,7 +28,7 @@ dependencies:
- cupy>=14.0.1,!=14.1.0
- cxx-compiler
- cython>=3.2.2,<3.3.0a0
-- dask-cuda==26.8.*,>=0.0.0a0
+- dask-cuda==26.10.*,>=0.0.0a0
- dlpack>=0.8,<1.0
- doxygen=1.9.1
- fastavro>=0.22.9
@@ -43,12 +43,12 @@ dependencies:
- jupyter_client
- libcufile-dev
- libcurand-dev
-- libkvikio==26.8.*,>=0.0.0a0
+- libkvikio==26.10.*,>=0.0.0a0
- libnvcomp-dev==5.2.0.10
- libnvjitlink-dev
- librapidsmpf==26.8.*,>=0.0.0a0
- librdkafka<2.15.0a0
-- librmm==26.8.*,>=0.0.0a0
+- librmm==26.10.*,>=0.0.0a0
- libucxx==0.51.*,>=0.0.0a0
- make
- matplotlib-base<3.11
@@ -93,12 +93,12 @@ dependencies:
- pytorch>=2.10.0
- pyxlsb
- 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
-- rapidsmpf==26.8.*,>=0.0.0a0
+- rapidsmpf==26.10.*,>=0.0.0a0
- ray-default>=2.55.1
- rich
-- rmm==26.8.*,>=0.0.0a0
+- rmm==26.10.*,>=0.0.0a0
- s3fs>=2022.3.0
- scikit-build-core>=0.11.0
- scipy
diff --git a/conda/environments/all_cuda-133_arch-x86_64.yaml b/conda/environments/all_cuda-133_arch-x86_64.yaml
index 5648f35aa5ff..f59ceb96e161 100644
--- a/conda/environments/all_cuda-133_arch-x86_64.yaml
+++ b/conda/environments/all_cuda-133_arch-x86_64.yaml
@@ -28,7 +28,7 @@ dependencies:
- cupy>=14.0.1,!=14.1.0
- cxx-compiler
- cython>=3.2.2,<3.3.0a0
-- dask-cuda==26.8.*,>=0.0.0a0
+- dask-cuda==26.10.*,>=0.0.0a0
- dlpack>=0.8,<1.0
- doxygen=1.9.1
- fastavro>=0.22.9
@@ -43,12 +43,12 @@ dependencies:
- jupyter_client
- libcufile-dev
- libcurand-dev
-- libkvikio==26.8.*,>=0.0.0a0
+- libkvikio==26.10.*,>=0.0.0a0
- libnvcomp-dev==5.2.0.10
- libnvjitlink-dev
- librapidsmpf==26.8.*,>=0.0.0a0
- librdkafka<2.15.0a0
-- librmm==26.8.*,>=0.0.0a0
+- librmm==26.10.*,>=0.0.0a0
- libucxx==0.51.*,>=0.0.0a0
- make
- matplotlib-base<3.11
@@ -93,12 +93,12 @@ dependencies:
- pytorch>=2.10.0
- pyxlsb
- 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
-- rapidsmpf==26.8.*,>=0.0.0a0
+- rapidsmpf==26.10.*,>=0.0.0a0
- ray-default>=2.55.1
- rich
-- rmm==26.8.*,>=0.0.0a0
+- rmm==26.10.*,>=0.0.0a0
- s3fs>=2022.3.0
- scikit-build-core>=0.11.0
- scipy
diff --git a/dependencies.yaml b/dependencies.yaml
index f054189a8d37..ca2933cac67b 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -973,13 +973,13 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- - rapids-dask-dependency==26.8.*,>=0.0.0a0
+ - rapids-dask-dependency==26.10.*,>=0.0.0a0
run_dask_cudf:
common:
- output_types: [conda, requirements, pyproject]
packages:
- *nvidia_ml_py
- - rapids-dask-dependency==26.8.*,>=0.0.0a0
+ - rapids-dask-dependency==26.10.*,>=0.0.0a0
run_custreamz:
common:
- output_types: conda
@@ -1003,9 +1003,9 @@ dependencies:
common:
- output_types: conda
packages:
- - libcudf-example==26.8.*,>=0.0.0a0
- - libcudf_kafka==26.8.*,>=0.0.0a0
- - libcudf-tests==26.8.*,>=0.0.0a0
+ - libcudf-example==26.10.*,>=0.0.0a0
+ - libcudf_kafka==26.10.*,>=0.0.0a0
+ - libcudf-tests==26.10.*,>=0.0.0a0
- libcudf-streaming-tests==26.8.*,>=0.0.0a0
test_java:
common:
@@ -1189,7 +1189,7 @@ dependencies:
common:
- output_types: conda
packages:
- - &libcudf_unsuffixed libcudf==26.8.*,>=0.0.0a0
+ - &libcudf_unsuffixed libcudf==26.10.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
@@ -1201,12 +1201,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- - libcudf-cu12==26.8.*,>=0.0.0a0
+ - libcudf-cu12==26.10.*,>=0.0.0a0
- matrix:
cuda: "13.*"
cuda_suffixed: "true"
packages:
- - libcudf-cu13==26.8.*,>=0.0.0a0
+ - libcudf-cu13==26.10.*,>=0.0.0a0
- {matrix: null, packages: [*libcudf_unsuffixed]}
depends_on_numba_cuda:
common:
@@ -1262,7 +1262,7 @@ dependencies:
common:
- output_types: conda
packages:
- - &pylibcudf_unsuffixed pylibcudf==26.8.*,>=0.0.0a0
+ - &pylibcudf_unsuffixed pylibcudf==26.10.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
@@ -1274,18 +1274,18 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- - pylibcudf-cu12==26.8.*,>=0.0.0a0
+ - pylibcudf-cu12==26.10.*,>=0.0.0a0
- matrix:
cuda: "13.*"
cuda_suffixed: "true"
packages:
- - pylibcudf-cu13==26.8.*,>=0.0.0a0
+ - pylibcudf-cu13==26.10.*,>=0.0.0a0
- {matrix: null, packages: [*pylibcudf_unsuffixed]}
depends_on_pylibcudf_pyarrow:
common:
- output_types: conda
packages:
- - &plc_unsuffixed pylibcudf==26.8.*,>=0.0.0a0
+ - &plc_unsuffixed pylibcudf==26.10.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
@@ -1297,18 +1297,18 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- - pylibcudf-cu12[pyarrow]==26.8.*,>=0.0.0a0
+ - pylibcudf-cu12[pyarrow]==26.10.*,>=0.0.0a0
- matrix:
cuda: "13.*"
cuda_suffixed: "true"
packages:
- - pylibcudf-cu13[pyarrow]==26.8.*,>=0.0.0a0
+ - pylibcudf-cu13[pyarrow]==26.10.*,>=0.0.0a0
- {matrix: null, packages: [*plc_unsuffixed]}
depends_on_cudf:
common:
- output_types: conda
packages:
- - &cudf_unsuffixed cudf==26.8.*,>=0.0.0a0
+ - &cudf_unsuffixed cudf==26.10.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
@@ -1320,18 +1320,18 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- - cudf-cu12==26.8.*,>=0.0.0a0
+ - cudf-cu12==26.10.*,>=0.0.0a0
- matrix:
cuda: "13.*"
cuda_suffixed: "true"
packages:
- - cudf-cu13==26.8.*,>=0.0.0a0
+ - cudf-cu13==26.10.*,>=0.0.0a0
- {matrix: null, packages: [*cudf_unsuffixed]}
depends_on_cudf_kafka:
common:
- output_types: [conda, pyproject]
packages:
- - &cudf_kafka_unsuffixed cudf_kafka==26.8.*,>=0.0.0a0
+ - &cudf_kafka_unsuffixed cudf_kafka==26.10.*,>=0.0.0a0
depends_on_cupy:
common:
- output_types: conda
@@ -1375,7 +1375,7 @@ dependencies:
common:
- output_types: conda
packages:
- - &libkvikio_unsuffixed libkvikio==26.8.*,>=0.0.0a0
+ - &libkvikio_unsuffixed libkvikio==26.10.*,>=0.0.0a0
- output_types: requirements
packages:
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
@@ -1386,12 +1386,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- - libkvikio-cu12==26.8.*,>=0.0.0a0
+ - libkvikio-cu12==26.10.*,>=0.0.0a0
- matrix:
cuda: "13.*"
cuda_suffixed: "true"
packages:
- - libkvikio-cu13==26.8.*,>=0.0.0a0
+ - libkvikio-cu13==26.10.*,>=0.0.0a0
- matrix:
packages:
- *libkvikio_unsuffixed
@@ -1399,7 +1399,7 @@ dependencies:
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
@@ -1411,12 +1411,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
@@ -1424,7 +1424,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
@@ -1436,12 +1436,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
@@ -1499,7 +1499,7 @@ dependencies:
common:
- output_types: conda
packages:
- - &rapidsmpf_unsuffixed rapidsmpf==26.8.*,>=0.0.0a0
+ - &rapidsmpf_unsuffixed rapidsmpf==26.10.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
@@ -1511,12 +1511,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- - rapidsmpf-cu12==26.8.*,>=0.0.0a0
+ - rapidsmpf-cu12==26.10.*,>=0.0.0a0
- matrix:
cuda: "13.*"
cuda_suffixed: "true"
packages:
- - rapidsmpf-cu13==26.8.*,>=0.0.0a0
+ - rapidsmpf-cu13==26.10.*,>=0.0.0a0
- matrix:
packages:
- *rapidsmpf_unsuffixed
@@ -1661,7 +1661,7 @@ dependencies:
common:
- output_types: conda
packages:
- - &dask_cuda_unsuffixed dask-cuda==26.8.*,>=0.0.0a0
+ - &dask_cuda_unsuffixed dask-cuda==26.10.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
@@ -1673,12 +1673,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- - dask-cuda[cu12]==26.8.*,>=0.0.0a0
+ - dask-cuda[cu12]==26.10.*,>=0.0.0a0
- matrix:
cuda: "13.*"
cuda_suffixed: "true"
packages:
- - dask-cuda[cu13]==26.8.*,>=0.0.0a0
+ - dask-cuda[cu13]==26.10.*,>=0.0.0a0
- matrix:
packages:
- *dask_cuda_unsuffixed
@@ -1686,22 +1686,22 @@ dependencies:
common:
- output_types: conda
packages:
- - dask-cudf==26.8.*,>=0.0.0a0
+ - dask-cudf==26.10.*,>=0.0.0a0
depends_on_cuml:
common:
- output_types: conda
packages:
- - cuml==26.8.*,>=0.0.0a0
+ - cuml==26.10.*,>=0.0.0a0
depends_on_custreamz:
common:
- output_types: conda
packages:
- - custreamz==26.8.*,>=0.0.0a0
+ - custreamz==26.10.*,>=0.0.0a0
depends_on_cudf_polars:
common:
- output_types: conda
packages:
- - cudf-polars==26.8.*,>=0.0.0a0
+ - cudf-polars==26.10.*,>=0.0.0a0
depends_on_narwhals:
common:
- output_types: [conda, requirements, pyproject]
diff --git a/java/ci/README.md b/java/ci/README.md
index 5ef4850a2bb1..3f3060ef5b45 100644
--- a/java/ci/README.md
+++ b/java/ci/README.md
@@ -48,4 +48,4 @@ ${sclCMD} "java/ci/build-in-docker.sh"
### The output
-You can find the cuDF jar in java/target/ like cudf-26.08.0-SNAPSHOT-cuda12.jar.
+You can find the cuDF jar in java/target/ like cudf-26.10.0-SNAPSHOT-cuda12.jar.
diff --git a/java/pom.xml b/java/pom.xml
index ee2a8cf7a603..e6a96ad343da 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -10,7 +10,7 @@
ai.rapids
cudf
- 26.08.0-SNAPSHOT
+ 26.10.0-SNAPSHOT
cudfjni
diff --git a/python/cudf/cudf/VERSION b/python/cudf/cudf/VERSION
index 4e6864b4ca93..6549ba6527f0 100644
--- a/python/cudf/cudf/VERSION
+++ b/python/cudf/cudf/VERSION
@@ -1 +1 @@
-26.08.00
+26.10.00
diff --git a/python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml b/python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml
index a5f7e86b607f..6db9b550e7a9 100644
--- a/python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml
+++ b/python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml
@@ -259,7 +259,7 @@ dependencies:
common:
- output_types: conda
packages:
- - cudf==26.8.*,>=0.0.0a0
+ - cudf==26.10.*,>=0.0.0a0
- pandas
- pytest
- pytest-xdist
@@ -335,13 +335,13 @@ dependencies:
common:
- output_types: conda
packages:
- - cuml==26.8.*,>=0.0.0a0
+ - cuml==26.10.*,>=0.0.0a0
- scikit-learn
test_cugraph:
common:
- output_types: conda
packages:
- - cugraph==26.8.*,>=0.0.0a0
+ - cugraph==26.10.*,>=0.0.0a0
- networkx
test_ibis:
common:
diff --git a/python/cudf/pyproject.toml b/python/cudf/pyproject.toml
index 41dd779081e0..e9fef847e955 100644
--- a/python/cudf/pyproject.toml
+++ b/python/cudf/pyproject.toml
@@ -23,7 +23,7 @@ dependencies = [
"cuda-bindings>=13.0.1,<14.0",
"cupy-cuda13x[ctk]>=14.0.1,!=14.1.0",
"fsspec>=0.6.0",
- "libcudf==26.8.*,>=0.0.0a0",
+ "libcudf==26.10.*,>=0.0.0a0",
"numba-cuda-mlir>=0.3.0",
"numba-cuda>=0.22.2",
"numba>=0.60.0,<0.65.0",
@@ -32,9 +32,9 @@ dependencies = [
"packaging",
"pandas>=3.0.0,<3.0.4a0",
"pyarrow>=19.0.0,<24",
- "pylibcudf==26.8.*,>=0.0.0a0",
+ "pylibcudf==26.10.*,>=0.0.0a0",
"rich",
- "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",
@@ -124,13 +124,13 @@ matrix-entry = "cuda_suffixed=true;use_cuda_wheels=true"
requires = [
"cmake>=4.0",
"cython>=3.2.2,<3.3.0a0",
- "libcudf==26.8.*,>=0.0.0a0",
- "librmm==26.8.*,>=0.0.0a0",
+ "libcudf==26.10.*,>=0.0.0a0",
+ "librmm==26.10.*,>=0.0.0a0",
"ninja",
"numba-cuda>=0.22.2",
"numba>=0.60.0,<0.65.0",
- "pylibcudf==26.8.*,>=0.0.0a0",
- "rmm==26.8.*,>=0.0.0a0",
+ "pylibcudf==26.10.*,>=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`.
[tool.scikit-build]
diff --git a/python/cudf_kafka/pyproject.toml b/python/cudf_kafka/pyproject.toml
index 41e1be7ee169..125d35f77c12 100644
--- a/python/cudf_kafka/pyproject.toml
+++ b/python/cudf_kafka/pyproject.toml
@@ -19,7 +19,7 @@ authors = [
license = "Apache-2.0"
requires-python = ">=3.11"
dependencies = [
- "cudf==26.8.*,>=0.0.0a0",
+ "cudf==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`.
[project.optional-dependencies]
diff --git a/python/cudf_polars/pyproject.toml b/python/cudf_polars/pyproject.toml
index 37307aa739f8..3ee317f37c53 100644
--- a/python/cudf_polars/pyproject.toml
+++ b/python/cudf_polars/pyproject.toml
@@ -26,8 +26,8 @@ dependencies = [
"nvidia-ml-py>=12",
"packaging",
"polars>=1.35,<1.43",
- "pylibcudf==26.8.*,>=0.0.0a0",
- "rapidsmpf==26.8.*,>=0.0.0a0",
+ "pylibcudf==26.10.*,>=0.0.0a0",
+ "rapidsmpf==26.10.*,>=0.0.0a0",
"typing_extensions>=4.0.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
@@ -43,7 +43,7 @@ classifiers = [
[project.optional-dependencies]
test = [
- "dask-cuda==26.8.*,>=0.0.0a0",
+ "dask-cuda==26.10.*,>=0.0.0a0",
"pandas>=3.0.0,<3.0.4a0",
"pytest-cov",
"pytest-httpserver",
@@ -55,7 +55,7 @@ test = [
"zstandard",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
experimental = [
- "rapids-dask-dependency==26.8.*,>=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`.
trace = [
"structlog",
@@ -64,7 +64,7 @@ ray = [
"ray>=2.55.1",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
dask = [
- "rapids-dask-dependency==26.8.*,>=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`.
[project.urls]
diff --git a/python/cudf_streaming/pyproject.toml b/python/cudf_streaming/pyproject.toml
index b950f2500254..31350ed8ed8e 100644
--- a/python/cudf_streaming/pyproject.toml
+++ b/python/cudf_streaming/pyproject.toml
@@ -20,9 +20,9 @@ license = "Apache-2.0"
requires-python = ">=3.11"
dependencies = [
"libcudf-streaming==26.8.*,>=0.0.0a0",
- "pylibcudf==26.8.*,>=0.0.0a0",
- "rapidsmpf==26.8.*,>=0.0.0a0",
- "rmm==26.8.*,>=0.0.0a0",
+ "pylibcudf==26.10.*,>=0.0.0a0",
+ "rapidsmpf==26.10.*,>=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`.
[project.optional-dependencies]
@@ -79,12 +79,12 @@ requires = [
"cython>=3.2.2,<3.3.0a0",
"libcudf-streaming==26.8.*,>=0.0.0a0",
"librapidsmpf==26.8.*,>=0.0.0a0",
- "librmm==26.8.*,>=0.0.0a0",
+ "librmm==26.10.*,>=0.0.0a0",
"libucxx==0.51.*,>=0.0.0a0",
"ninja",
- "pylibcudf==26.8.*,>=0.0.0a0",
- "rapidsmpf==26.8.*,>=0.0.0a0",
- "rmm==26.8.*,>=0.0.0a0",
+ "pylibcudf==26.10.*,>=0.0.0a0",
+ "rapidsmpf==26.10.*,>=0.0.0a0",
+ "rmm==26.10.*,>=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`.
diff --git a/python/custreamz/pyproject.toml b/python/custreamz/pyproject.toml
index 08dee332bfd1..7f9a0f4c5f94 100644
--- a/python/custreamz/pyproject.toml
+++ b/python/custreamz/pyproject.toml
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION.
+# SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
[build-system]
@@ -22,8 +22,8 @@ license-files = ["LICENSE"]
requires-python = ">=3.11"
dependencies = [
"confluent-kafka",
- "cudf==26.8.*,>=0.0.0a0",
- "cudf_kafka==26.8.*,>=0.0.0a0",
+ "cudf==26.10.*,>=0.0.0a0",
+ "cudf_kafka==26.10.*,>=0.0.0a0",
"streamz",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
diff --git a/python/dask_cudf/pyproject.toml b/python/dask_cudf/pyproject.toml
index d4a29c166944..8b529beb3b64 100644
--- a/python/dask_cudf/pyproject.toml
+++ b/python/dask_cudf/pyproject.toml
@@ -21,13 +21,13 @@ license = "Apache-2.0"
license-files = ["LICENSE"]
requires-python = ">=3.11"
dependencies = [
- "cudf==26.8.*,>=0.0.0a0",
+ "cudf==26.10.*,>=0.0.0a0",
"cupy-cuda13x[ctk]>=14.0.1,!=14.1.0",
"fsspec>=0.6.0",
"numpy>=2.0,<3.0",
"nvidia-ml-py>=12",
"pandas>=3.0.0,<3.0.4a0",
- "rapids-dask-dependency==26.8.*,>=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",
@@ -51,7 +51,7 @@ test = [
"aiobotocore>=2.2.0,<3",
"boto3>=1.21.21",
"botocore>=1.24.21",
- "dask-cuda==26.8.*,>=0.0.0a0",
+ "dask-cuda==26.10.*,>=0.0.0a0",
"pytest-cov",
"pytest-xdist",
"pytest<9.1.0",
diff --git a/python/libcudf/pyproject.toml b/python/libcudf/pyproject.toml
index 9f8d8ee6f629..c1277f1489a4 100644
--- a/python/libcudf/pyproject.toml
+++ b/python/libcudf/pyproject.toml
@@ -26,8 +26,8 @@ classifiers = [
"Environment :: GPU :: NVIDIA CUDA",
]
dependencies = [
- "libkvikio==26.8.*,>=0.0.0a0",
- "librmm==26.8.*,>=0.0.0a0",
+ "libkvikio==26.10.*,>=0.0.0a0",
+ "librmm==26.10.*,>=0.0.0a0",
"nvidia-libnvcomp==5.2.0.13",
"nvidia-nvjitlink>=13.3,<14",
"rapids-logger==0.2.*,>=0.0.0a0",
@@ -70,8 +70,8 @@ dependencies-file = "../../dependencies.yaml"
matrix-entry = "cuda_suffixed=true;use_cuda_wheels=true"
requires = [
"cmake>=4.0",
- "libkvikio==26.8.*,>=0.0.0a0",
- "librmm==26.8.*,>=0.0.0a0",
+ "libkvikio==26.10.*,>=0.0.0a0",
+ "librmm==26.10.*,>=0.0.0a0",
"ninja",
"nvidia-libnvcomp==5.2.0.13",
"nvidia-nvjitlink>=13.3,<14",
diff --git a/python/libcudf_streaming/pyproject.toml b/python/libcudf_streaming/pyproject.toml
index 23549d7408c4..105b5a3118b6 100644
--- a/python/libcudf_streaming/pyproject.toml
+++ b/python/libcudf_streaming/pyproject.toml
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION.
+# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
[build-system]
@@ -26,9 +26,9 @@ classifiers = [
"Environment :: GPU :: NVIDIA CUDA",
]
dependencies = [
- "libcudf==26.8.*,>=0.0.0a0",
+ "libcudf==26.10.*,>=0.0.0a0",
"librapidsmpf==26.8.*,>=0.0.0a0",
- "librmm==26.8.*,>=0.0.0a0",
+ "librmm==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`.
[project.urls]
@@ -68,9 +68,9 @@ dependencies-file = "../../dependencies.yaml"
matrix-entry = "cuda_suffixed=true;use_cuda_wheels=true"
requires = [
"cmake>=4.0",
- "libcudf==26.8.*,>=0.0.0a0",
+ "libcudf==26.10.*,>=0.0.0a0",
"librapidsmpf==26.8.*,>=0.0.0a0",
- "librmm==26.8.*,>=0.0.0a0",
+ "librmm==26.10.*,>=0.0.0a0",
"libucxx==0.51.*,>=0.0.0a0",
"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/pylibcudf/pyproject.toml b/python/pylibcudf/pyproject.toml
index 57e37289f9a8..ca8f1ce9a04a 100644
--- a/python/pylibcudf/pyproject.toml
+++ b/python/pylibcudf/pyproject.toml
@@ -20,9 +20,9 @@ license = "Apache-2.0"
requires-python = ">=3.11"
dependencies = [
"cuda-bindings>=13.0.1,<14.0",
- "libcudf==26.8.*,>=0.0.0a0",
+ "libcudf==26.10.*,>=0.0.0a0",
"nvtx>=0.2.1",
- "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",
@@ -122,10 +122,10 @@ matrix-entry = "cuda_suffixed=true;use_cuda_wheels=true"
requires = [
"cmake>=4.0",
"cython>=3.2.2,<3.3.0a0",
- "libcudf==26.8.*,>=0.0.0a0",
- "librmm==26.8.*,>=0.0.0a0",
+ "libcudf==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`.
[tool.scikit-build]