Revert numpy upgrade in -tensorrt image (#7348)

This commit is contained in:
Andrew Reiter
2023-08-05 05:49:06 -05:00
committed by GitHub
parent 24365fb865
commit 318ae28004
+1 -1
View File
@@ -1,6 +1,6 @@
# NVidia TensorRT Support (amd64 only)
--extra-index-url 'https://pypi.nvidia.com'
numpy <= 1.25; platform_machine == 'x86_64'
numpy < 1.24; platform_machine == 'x86_64'
tensorrt == 8.5.3.*; platform_machine == 'x86_64'
cuda-python == 11.8; platform_machine == 'x86_64'
cython == 0.29.*; platform_machine == 'x86_64'