From ef0c2a517b28e932303928467d562ef226a86c7f Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Mon, 9 Feb 2026 01:14:43 -0600 Subject: [PATCH] Update rapids version to v26.02 --- README.md | 4 ++-- source/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8993e68..0c2a69a6 100644 --- a/README.md +++ b/README.md @@ -157,10 +157,10 @@ The RAPIDS versions for things like container images and install instructions ar ```python versions = { "stable": { - "rapids_container": "nvcr.io/nvidia/rapidsai/base:25.12-cuda12-py3.13", + "rapids_container": "nvcr.io/nvidia/rapidsai/base:26.02-cuda12-py3.13", }, "nightly": { - "rapids_container": "rapidsai/base:26.02a-cuda12-py3.13", + "rapids_container": "rapidsai/base:26.04a-cuda12-py3.13", }, } ``` diff --git a/source/conf.py b/source/conf.py index 7f0d821b..3064871f 100644 --- a/source/conf.py +++ b/source/conf.py @@ -22,8 +22,8 @@ author = "NVIDIA" # Single modifiable version for all of the docs - easier for future updates -stable_version = "25.12" -nightly_version = "26.02" +stable_version = "26.02" +nightly_version = "26.04" versions = { "stable": {