From f1dd7a5a5e48fa10e7bb1c9d96e120635c357f00 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 20 Dec 2024 10:48:14 -0600 Subject: [PATCH] Update python deps (#15618) * Update opencv * Update cython * Update scikit * Update scipy --- docker/main/requirements-wheels.txt | 4 ++-- docker/main/requirements.txt | 2 +- docker/tensorrt/requirements-amd64.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index b163e8627..7dd6c8e9f 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -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' diff --git a/docker/main/requirements.txt b/docker/main/requirements.txt index 90780e2b4..3ae420d07 100644 --- a/docker/main/requirements.txt +++ b/docker/main/requirements.txt @@ -1,2 +1,2 @@ -scikit-build == 0.17.* +scikit-build == 0.18.* nvidia-pyindex diff --git a/docker/tensorrt/requirements-amd64.txt b/docker/tensorrt/requirements-amd64.txt index 9b1ee6a0e..fc919aaff 100644 --- a/docker/tensorrt/requirements-amd64.txt +++ b/docker/tensorrt/requirements-amd64.txt @@ -3,7 +3,7 @@ numpy < 1.24; platform_machine == 'x86_64' tensorrt == 8.6.1.*; 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-cu11 == 11.8.*; platform_machine == 'x86_64' nvidia-cublas-cu11 == 11.11.3.6; platform_machine == 'x86_64'