mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Add numpy requirement prior to removal of np.bool
This commit is contained in:
parent
b9c6efff27
commit
2065d648b4
@ -1,8 +1,7 @@
|
|||||||
# NVidia TensorRT Support (amd64 only)
|
# NVidia TensorRT Support (amd64 only)
|
||||||
--extra-index-url 'https://pypi.nvidia.com'
|
--extra-index-url 'https://pypi.nvidia.com'
|
||||||
|
numpy < 1.24; platform_machine == 'x86_64'
|
||||||
tensorrt == 8.5.3.*; 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'
|
cuda-python == 12.1; platform_machine == 'x86_64'
|
||||||
cython == 0.29.*; platform_machine == 'x86_64'
|
cython == 0.29.*; platform_machine == 'x86_64'
|
||||||
nvidia-cuda-runtime-cu12 == 12.1.*; platform_machine == 'x86_64'
|
nvidia-cuda-runtime-cu12 == 12.1.*; platform_machine == 'x86_64'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user