Files
nvidia--tensorrt/python/requirements.txt
Michal Guzek c8a50438f6 Update for 10.5-GA (#4185)
* Updated submodule onnx to 10.5

Signed-off-by: Michal Guzek <mguzek@nvidia.com>

* Updated files to 10.5

Signed-off-by: Michal Guzek <mguzek@nvidia.com>

* Restore the previous .gitmodules

Signed-off-by: Michal Guzek <mguzek@nvidia.com>

* .gitmodules new line

Signed-off-by: Michal Guzek <mguzek@nvidia.com>

* Update public docker files

Signed-off-by: Michal Guzek <mguzek@nvidia.com>

* Update 10.5 oss deleted files

Signed-off-by: Michal Guzek <mguzek@nvidia.com>

* Update deprecated APIs

Signed-off-by: Michal Guzek <mguzek@nvidia.com>

---------

Signed-off-by: Michal Guzek <mguzek@nvidia.com>
2024-10-10 12:43:27 -07:00

10 lines
726 B
Plaintext

# 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.18.1; python_version < "3.8" and platform_system == "Windows"
numpy==1.19.4; python_version < "3.8" and platform_system != "Windows"
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"
Pillow; python_version<"3.6"
##PYTHON_BUILDDIR##/tensorrt_bindings-py3.##PYTHON3_MINOR##/dist/tensorrt-##TENSORRT_PYTHON_VERSION##-cp3##PYTHON3_MINOR##-none-linux_##TARGET##.whl ; python_version=="3.##PYTHON3_MINOR##"