2d517d270e
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
7 lines
598 B
Plaintext
7 lines
598 B
Plaintext
# This file should contain the minimum possible packages to be able to import tensorrt and use it correctly.
|
|
# This must succeed during virtual builds, so be VERY CAREFUL when you add packages here.
|
|
numpy==1.18.5; python_version<"3.6"
|
|
##PYTHON_BASE_BUILDDIR##/##BUILD_TYPE##/3.##PYTHON3_MINOR##/dist/tensorrt-##TENSORRT_VERSION##-cp3##PYTHON3_MINOR##-none-linux_##TARGET##.whl ; python_version=="3.##PYTHON3_MINOR##"
|
|
##TENSORRT_ROOT##/python_builds/uff/uff-##UFF_VERSION##-py2.py3-none-any.whl
|
|
##TENSORRT_ROOT##/python_builds/graphsurgeon/graphsurgeon-##GRAPHSURGEON_VERSION##-py2.py3-none-any.whl
|