From 4488e122af2102f5b6b72d086c654227565dd47e Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Fri, 13 Jan 2023 23:05:02 -0500 Subject: [PATCH] requirements: Bump minimum numpy version to 1.19.0 Calling gcd on list comprehension fails on <1.19.0 Closes: https://github.com/PrincetonUniversity/PsyNeuLink/issues/2581 Signed-off-by: Jan Vesely --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 41d0a3d96b6..e0e808b7326 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ llvmlite<0.40 matplotlib<3.6.4 modeci_mdf<0.5, >=0.3.4; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython' networkx<3.1 -numpy<1.22.5, >=1.17.0 +numpy<1.22.5, >=1.19.0 pillow<9.5.0 pint<0.21.0 toposort<1.10