From 06e231c55f8fa6a9b946f86446fa7d3752103caf Mon Sep 17 00:00:00 2001 From: Kyle Benesch <4b796c65+github@gmail.com> Date: Sun, 30 May 2021 15:25:25 -0700 Subject: [PATCH] Update required numpy. This to resolve type checking. The install required version is unchanged. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b43ea13..f458e1e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cffi~=1.13 -numpy>=1.20.0rc1; python_version >= '3.7' +numpy>=1.20.3; python_version >= '3.7' numpy>=1.19.5; python_version <= '3.6' pycparser>=2.14 setuptools>=36.0.1