Update python deps (#15618)

* Update opencv

* Update cython

* Update scikit

* Update scipy
This commit is contained in:
Nicolas Mowen
2024-12-20 10:48:14 -06:00
parent 4fb2f89ac8
commit 2b12117df5
3 changed files with 4 additions and 4 deletions

View File

@@ -33,9 +33,9 @@ ws4py == 0.5.*
unidecode == 1.3.*
# Image Manipulation
numpy == 1.26.*
opencv-python-headless == 4.9.0.*
opencv-python-headless == 4.10.0.*
opencv-contrib-python == 4.9.0.*
scipy == 1.13.*
scipy == 1.14.*
# OpenVino & ONNX
openvino == 2024.3.*
onnxruntime-openvino == 1.19.* ; platform_machine == 'x86_64'