forked from NVIDIA/TensorRT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
9 lines (9 loc) · 748 Bytes
/
requirements.txt
File metadata and controls
9 lines (9 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
# 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_MODULE##_bindings-py3.##PYTHON3_MINOR##/dist/##TENSORRT_MODULE##-##TENSORRT_PYTHON_VERSION##-cp3##PYTHON3_MINOR##-none-linux_##TARGET##.whl ; python_version=="3.##PYTHON3_MINOR##"