From 0d3f9c766b37eedeb58bcd9757c33a250f563ec5 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Tue, 22 Aug 2023 08:22:04 -0700 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e001cd4..5f5d9149 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,8 @@ reqs = [ 'hdmf==3.5.4', # temporary 'zarr>=2.11.0', - 'numpy<1.22; python_version=="3.7"', + 'numpy<1.22; python_version < "3.8"', + 'numpy>=1.22; python_version >= "3.8", 'numcodecs>=0.9.1', 'numcodecs==0.10.2; python_version < "3.8"', 'numcodecs==0.11.0; python_version >= "3.8"',