From ea6019f068568b0d38ec8c70288686d2b4d41992 Mon Sep 17 00:00:00 2001 From: Katy Brown Date: Mon, 13 May 2024 13:36:28 +0100 Subject: [PATCH] updated numpy requirement --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a3f5fba..2a06f63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ psutil==5.8.0 matplotlib==3.3.4 -numpy==1.21.0 +numpy>=1.19 scikit_image==0.19.2 pandas==0.25.3 mock==4.0.3