From 2dc60a7ef4e924ad95661eeab5a56f1b548c6f8f Mon Sep 17 00:00:00 2001 From: Oleksandr Bezdieniezhnykh Date: Tue, 23 Sep 2025 13:21:51 +0300 Subject: [PATCH] fix all versions in requirements.txt --- Azaion.Inference/requirements.txt | 27 +++++++++++++-------------- Azaion.Loader/requirements.txt | 20 ++++++++++---------- 2 files changed, 23 insertions(+), 24 deletions(-) diff --git a/Azaion.Inference/requirements.txt b/Azaion.Inference/requirements.txt index 61e3564..a296b3f 100644 --- a/Azaion.Inference/requirements.txt +++ b/Azaion.Inference/requirements.txt @@ -1,18 +1,17 @@ -pyinstaller -Cython +pyinstaller==6.15.0 +Cython==3.1.3 opencv-python==4.10.0.84 numpy==2.3.0 -onnxruntime-gpu +onnxruntime-gpu==1.22.0 cryptography==44.0.2 -psutil -msgpack -pyjwt -pyzmq -requests -pyyaml -pycuda +psutil==7.0.0 +msgpack==1.1.1 +pyjwt==2.10.1 +pyzmq==27.0.1 +requests==2.32.4 +pyyaml==6.0.2 +pycuda==2025.1.1 tensorrt==10.11.0.33 -pynvml -boto3 -loguru -pytest \ No newline at end of file +pynvml==12.0.0 +boto3==1.40.9 +loguru==0.7.3 \ No newline at end of file diff --git a/Azaion.Loader/requirements.txt b/Azaion.Loader/requirements.txt index 2dd5417..76986b7 100644 --- a/Azaion.Loader/requirements.txt +++ b/Azaion.Loader/requirements.txt @@ -1,11 +1,11 @@ -pyinstaller -Cython -psutil -msgpack -pyjwt -pyzmq -requests -pyyaml -boto3 -loguru +pyinstaller==6.15.0 +Cython==3.1.3 +psutil==7.0.0 +msgpack==1.1.1 +pyjwt==2.10.1 +pyzmq==27.0.1 +requests==2.32.4 +pyyaml==6.0.2 +boto3==1.40.9 +loguru==0.7.3 cryptography==44.0.2 \ No newline at end of file