From 6e300507882108c4325c768176320b22588a52df Mon Sep 17 00:00:00 2001 From: Atom Scott Date: Wed, 11 Jan 2023 12:22:04 +0900 Subject: [PATCH] Update numpy to 1.20.1 Issues in #38 and #45 should that numpy should be updated to 1.18.1. I had the same problems and updating numpy to 1.20.1 fixed it. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40d2a57c..35dc6ab9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.18.1 +numpy==1.20.1 scipy==1.4.1 pycocotools==2.0.2 matplotlib==3.2.1