From 582017f2d90b1797058e61cd1ceec6aba81567dc Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sun, 10 Jan 2021 14:07:21 +0200 Subject: [PATCH] Remove numpy dependency for python 3.9 --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index eea3235c..a0b9ab46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,8 +8,7 @@ humanfriendly>=2.1 jsonschema>=2.6.0 numpy>=1.10,<=1.15 ; python_version < '3.7' numpy>=1.15,<=1.19 ; python_version >= '3.7' and python_version < '3.8' -numpy>=1.19,<=1.20 ; python_version >= '3.8' and python_version < '3.9' -numpy>=1.20 ; python_version >= '3.9' +numpy>=1.19,<=1.20 ; python_version >= '3.8' pathlib2>=2.3.0 Pillow>=4.1.1 psutil>=3.4.2