From b1efb172e309bb068abae63674cf76c099580f02 Mon Sep 17 00:00:00 2001 From: nvauto <70000568+nvauto@users.noreply.github.com> Date: Thu, 15 Jan 2026 05:20:13 +0000 Subject: [PATCH 1/2] Create release branch release/25.12 Signed-off-by: nvauto <70000568+nvauto@users.noreply.github.com> From 1d59f0f92f1ab271418d9a950aeebb5360b1a314 Mon Sep 17 00:00:00 2001 From: eordentlich Date: Mon, 19 Jan 2026 21:48:00 -0800 Subject: [PATCH 2/2] pin black and isort versions (#1007) fix https://github.com/NVIDIA/spark-rapids-ml/issues/1006 to avoid nightly ci failures when new versions released. We will need to update manually and reformat code as warranted. --------- Signed-off-by: Erik Ordentlich --- python/requirements_dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/requirements_dev.txt b/python/requirements_dev.txt index ca79a6b2..cee97d7b 100644 --- a/python/requirements_dev.txt +++ b/python/requirements_dev.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2025, NVIDIA CORPORATION. +# Copyright (c) 2026, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,9 +13,9 @@ # limitations under the License. -r requirements.txt -black>=23.1.0 +black==25.12.0 build>=0.10.0 -isort>=5.12.0 +isort==7.0.0 mypy>=1.0.0 numpydoc pydata-sphinx-theme