From a94015c5ee85fa6f55e527a64e8e7580d2741c19 Mon Sep 17 00:00:00 2001 From: harisreedhar Date: Tue, 10 Feb 2026 17:10:32 +0530 Subject: [PATCH] add memory metrics --- requirements.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 71fba2b9..dc2046d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,11 @@ numpy==2.2.6 -onnx==1.21.0 -onnxruntime==1.24.4 -opencv-python==4.13.0.92 -psutil==7.1.3 -tqdm==4.67.3 -scipy==1.17.1 +onnx==1.19.1 +onnxruntime==1.23.2 +opencv-python==4.12.0.88 +nvidia-ml-py==13.590.48 +psutil==7.2.2 +tqdm==4.67.1 +scipy==1.16.3 starlette==0.50.0 uvicorn==0.34.0 websockets==15.0.1