[https://nvbugs/5628848][fix] Fix nanobind stub generation (#10516)

Signed-off-by: Linda-Stadter <57756729+Linda-Stadter@users.noreply.github.com>
This commit is contained in:
Linda 2026-01-09 20:32:21 +01:00 committed by GitHub
parent fdbdbba540
commit 82dfef2e56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -128,7 +128,6 @@ else:
]
package_data += [
'bindings.pyi',
'bindings/*.pyi',
'tools/plugin_gen/templates/*',
'bench/build/benchmark_config.yml',