chore: import upstream snapshot with attribution
Docker Image CI / build-ubuntu2004 (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:36:55 +08:00
commit c8a779b1bb
1887 changed files with 3245738 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# This file should contain the minimum possible packages to be able to import tensorrt and use it correctly.
# This must succeed during builds, so be VERY CAREFUL when you add packages here.
numpy==1.23.0; python_version >= "3.8" and python_version < "3.10"
numpy==1.23.1; python_version >= "3.10" and python_version < "3.12"
numpy==1.26.4; python_version >= "3.12"
##PYTHON_BUILDDIR##/##TENSORRT_MODULE##_bindings-py3.##PYTHON3_MINOR##/dist/##TENSORRT_MODULE##-##TENSORRT_PYTHON_VERSION##-cp3##PYTHON3_MINOR##-none-linux_##TARGET##.whl ; python_version=="3.##PYTHON3_MINOR##"