From 7ebe600adff1a43c3db8ae2644de8c61a9525fe2 Mon Sep 17 00:00:00 2001 From: Deen Date: Wed, 30 Apr 2025 12:01:38 +0300 Subject: [PATCH] Update requirements.txt opencv added version explicitly --- 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 8b5e0a5..925baa2 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 @@ -11,4 +11,4 @@ zmq requests pyyaml pycuda -tensorrt \ No newline at end of file +tensorrt