From 804547e004c545d9eb9dff38d9536d2fe3b1d6cd Mon Sep 17 00:00:00 2001 From: Erik Ordentlich Date: Mon, 19 Jan 2026 20:56:24 -0800 Subject: [PATCH 1/2] pin black and isort versions to avoid ci failures when new versions are released Signed-off-by: Erik Ordentlich --- python/requirements_dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements_dev.txt b/python/requirements_dev.txt index ca79a6b2..cd947da6 100644 --- a/python/requirements_dev.txt +++ b/python/requirements_dev.txt @@ -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 From 5d601f579bf3b26073b798dc7ae5ad2daf0773ac Mon Sep 17 00:00:00 2001 From: Erik Ordentlich Date: Mon, 19 Jan 2026 21:00:08 -0800 Subject: [PATCH 2/2] license Signed-off-by: Erik Ordentlich --- python/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements_dev.txt b/python/requirements_dev.txt index cd947da6..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.