From 3505c2c4c41c2298d96f072caf0021908bd69575 Mon Sep 17 00:00:00 2001 From: horffmanwang <53072583+horffmanwang@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:45:17 +0800 Subject: [PATCH] Update requirements.txt numpy==1.21.4 not compatible with mahotas==1.4.13 problem solved when updated numpy to numpy-1.24.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a4a3c4..0840aad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ imgviz==1.2.6 mahotas==1.4.13 -numpy==1.21.4 +numpy==1.24.3 opencv_python_headless==4.5.3.56 Pillow==9.2.0 PyQt5==5.15.7