From 5ff64ffcb15dd93ed4e87a666b2c00dd9ab17a23 Mon Sep 17 00:00:00 2001 From: Mohammed Yasin <32206511+Y-T-G@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:20:49 +0800 Subject: [PATCH] Fix error due to numpy 2.x incompatibility --- rtdetr_pytorch/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/rtdetr_pytorch/requirements.txt b/rtdetr_pytorch/requirements.txt index af18ccdc..430b6f5a 100644 --- a/rtdetr_pytorch/requirements.txt +++ b/rtdetr_pytorch/requirements.txt @@ -2,6 +2,7 @@ torch==2.0.1 torchvision==0.15.2 onnx==1.14.0 onnxruntime==1.15.1 +numpy==1.26.4 pycocotools PyYAML scipy