From e9a8e26bf0f76f9c42be6027a5176118c042b2ec Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 20 Sep 2021 10:50:56 +1000 Subject: [PATCH] Update Numpy minimum version OpenBLAS issue on Windows 10 2004 has been fixed (see numpy/numpy#16744 and xianyi/OpenBLAS#2709) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8701eca..838d158 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy>=1.18.0,<=1.19.3 +numpy>=1.20.1 pillow>=7.0.0 pycryptodome>=3.9.4 colorama>=0.4.3