From 82dfef2e564ae9daef85dec446443348b837a7a9 Mon Sep 17 00:00:00 2001 From: Linda <57756729+Linda-Stadter@users.noreply.github.com> Date: Fri, 9 Jan 2026 20:32:21 +0100 Subject: [PATCH] [https://nvbugs/5628848][fix] Fix nanobind stub generation (#10516) Signed-off-by: Linda-Stadter <57756729+Linda-Stadter@users.noreply.github.com> --- requirements-dev.txt | 1 + setup.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 46525d5fe7..7b3b8cbcab 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -37,3 +37,4 @@ opentelemetry-exporter-otlp>=1.26.0 opentelemetry-semantic-conventions-ai>=0.4.1 fuzzywuzzy==0.18.0 aiperf==0.3.0 +nanobind>=2.9.0 diff --git a/setup.py b/setup.py index d189da40dd..ae2be9d9bc 100644 --- a/setup.py +++ b/setup.py @@ -128,7 +128,6 @@ else: ] package_data += [ - 'bindings.pyi', 'bindings/*.pyi', 'tools/plugin_gen/templates/*', 'bench/build/benchmark_config.yml',