mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-02-09 00:17:00 +01:00
Update python deps (#15618)
* Update opencv * Update cython * Update scikit * Update scipy
This commit is contained in:
parent
baa068acdf
commit
f1dd7a5a5e
@ -33,9 +33,9 @@ ws4py == 0.5.*
|
|||||||
unidecode == 1.3.*
|
unidecode == 1.3.*
|
||||||
# Image Manipulation
|
# Image Manipulation
|
||||||
numpy == 1.26.*
|
numpy == 1.26.*
|
||||||
opencv-python-headless == 4.9.0.*
|
opencv-python-headless == 4.10.0.*
|
||||||
opencv-contrib-python == 4.9.0.*
|
opencv-contrib-python == 4.9.0.*
|
||||||
scipy == 1.13.*
|
scipy == 1.14.*
|
||||||
# OpenVino & ONNX
|
# OpenVino & ONNX
|
||||||
openvino == 2024.3.*
|
openvino == 2024.3.*
|
||||||
onnxruntime-openvino == 1.19.* ; platform_machine == 'x86_64'
|
onnxruntime-openvino == 1.19.* ; platform_machine == 'x86_64'
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
scikit-build == 0.17.*
|
scikit-build == 0.18.*
|
||||||
nvidia-pyindex
|
nvidia-pyindex
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
numpy < 1.24; platform_machine == 'x86_64'
|
numpy < 1.24; platform_machine == 'x86_64'
|
||||||
tensorrt == 8.6.1.*; platform_machine == 'x86_64'
|
tensorrt == 8.6.1.*; platform_machine == 'x86_64'
|
||||||
cuda-python == 11.8.*; platform_machine == 'x86_64'
|
cuda-python == 11.8.*; platform_machine == 'x86_64'
|
||||||
cython == 0.29.*; platform_machine == 'x86_64'
|
cython == 3.0.*; platform_machine == 'x86_64'
|
||||||
nvidia-cuda-runtime-cu12 == 12.1.*; platform_machine == 'x86_64'
|
nvidia-cuda-runtime-cu12 == 12.1.*; platform_machine == 'x86_64'
|
||||||
nvidia-cuda-runtime-cu11 == 11.8.*; platform_machine == 'x86_64'
|
nvidia-cuda-runtime-cu11 == 11.8.*; platform_machine == 'x86_64'
|
||||||
nvidia-cublas-cu11 == 11.11.3.6; platform_machine == 'x86_64'
|
nvidia-cublas-cu11 == 11.11.3.6; platform_machine == 'x86_64'
|
||||||
|
Loading…
Reference in New Issue
Block a user