diff --git a/pyproject.toml b/pyproject.toml index 57e8e414..409b8aca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,8 @@ classifiers = [ ] dependencies = [ 'hdmf>=3.14.2', - 'zarr>=2.11.0, <3.0', # pin below 3.0 until HDMF-zarr supports zarr 3.0 - 'numpy>=2.0', # pin below 2.0 until HDMF supports numpy 2.0 + 'zarr>=2.11.0, <3.0', # pin below 3.0 until HDMF-Zarr supports zarr 3.0 + 'numpy>=1.24', 'numcodecs>=0.9.1', 'pynwb>=2.5.0', 'threadpoolctl>=3.1.0',