From 113c85ca59ddeb8062445edeceec064f39a79813 Mon Sep 17 00:00:00 2001 From: joncrall Date: Sat, 13 Apr 2024 22:30:48 -0400 Subject: [PATCH] Fix numpy req --- requirements/runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/runtime.txt b/requirements/runtime.txt index a48a169..a8bfaf7 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -19,7 +19,7 @@ Pillow>=8.3.2 ; python_version < '3.7' and python_version >= '3.6' # Pyth # xdev availpkg numpy --refresh numpy>=1.26.0 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12+ -numpy>=1.23.2 ; python_version < '3.12' and python_version >= '3.11' # Python 3.11 +numpy>=1.24.0 ; python_version < '3.12' and python_version >= '3.11' # Python 3.11 numpy>=1.21.6 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10 numpy>=1.19.3 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9 numpy>=1.19.2 ; python_version < '3.9' and python_version >= '3.8' # Python 3.8