From a02c5bac11d11ffbdd448640f7130c030dfc58a4 Mon Sep 17 00:00:00 2001 From: wa22 Date: Fri, 24 May 2024 13:33:24 +0000 Subject: [PATCH] update requirements.txt --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7ce1843e..effce8a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -torch -torchvision -onnx -onnxruntime -pycocotools -PyYAML -scipy -onnxsim -onnxruntime-gpu \ No newline at end of file +torch==2.0.1 +torchvision==0.15.2 +onnx==1.14.0 +onnxruntime==1.15.1 +pycocotools==2.0.7 +PyYAML==6.0.1 +scipy==1.13.0 +onnxsim==0.4.36 +onnxruntime-gpu==1.18.0 \ No newline at end of file