From e20e7c6ac7274e9f17e6258172e9a638fb6f82e5 Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Thu, 19 Oct 2023 10:47:26 -0400 Subject: [PATCH] deps: Bumpy minimum numpy version to 1.20 EMStorageMechanism passes 'dtype' to numpy concatenate which is only available starting from numpy 1.20 Signed-off-by: Jan Vesely --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10754a2f0d7..84fa3fae0dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ llvmlite<0.42 matplotlib<3.7.3 modeci_mdf<0.5, >=0.4.2; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython' networkx<3.2 -numpy>=1.19.0, <1.24.5 +numpy>=1.20.0, <1.24.5 optuna<3.4.0 packaging<24.0 pandas<2.1.1