From 0f9352186edbedbd0bdb16c5b7e69bcfc8d94ebe Mon Sep 17 00:00:00 2001 From: Deen Date: Wed, 30 Apr 2025 12:17:54 +0300 Subject: [PATCH] Update requirements.txt specified opencv-python==4.10.0.84 --- Azaion.Inference/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Azaion.Inference/requirements.txt b/Azaion.Inference/requirements.txt index 21dcc6b..b353bfa 100644 --- a/Azaion.Inference/requirements.txt +++ b/Azaion.Inference/requirements.txt @@ -1,6 +1,6 @@ pyinstaller Cython -opencv-python +opencv-python==4.10.0.84 numpy onnxruntime-gpu cryptography @@ -13,4 +13,4 @@ pyyaml pycuda tensorrt pynvml -boto3 \ No newline at end of file +boto3