Add numpy requirement prior to removal of np.bool

This commit is contained in:
Nate Meyer 2023-07-02 00:28:34 -04:00
parent b9c6efff27
commit 2065d648b4

View File

@ -1,8 +1,7 @@
# NVidia TensorRT Support (amd64 only)
--extra-index-url 'https://pypi.nvidia.com'
numpy < 1.24; platform_machine == 'x86_64'
tensorrt == 8.5.3.*; platform_machine == 'x86_64'
# tensorrt-libs == 8.5.3.*; platform_machine == 'x86_64'
# tensorrt-bindings == 8.5.3.*; platform_machine == 'x86_64'
cuda-python == 12.1; platform_machine == 'x86_64'
cython == 0.29.*; platform_machine == 'x86_64'
nvidia-cuda-runtime-cu12 == 12.1.*; platform_machine == 'x86_64'