diff --git a/requirements-min.txt b/requirements-min.txt index bf4d276f..003d102b 100644 --- a/requirements-min.txt +++ b/requirements-min.txt @@ -1,5 +1,6 @@ -hdmf==3.5.0 +hdmf==3.5.2 zarr==2.11.0 numcodecs==0.9.1 pynwb==2.0.0 setuptools +importlib_resources;python_version<'3.9' # Remove when python 3.9 becomes the new minimum diff --git a/requirements.txt b/requirements.txt index 69d3947b..e2825e8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # pinned dependencies to reproduce an entire development environment to use HDMF-ZARR -hdmf==3.5.0 +hdmf==3.5.2 zarr==2.11.0 numcodecs==0.9.1 -pynwb==2.0.1 \ No newline at end of file +pynwb==2.0.1 diff --git a/setup.py b/setup.py index 50953471..17add269 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ reqs = [ - 'hdmf>=3.5.0', + 'hdmf<=3.5.4, >=3.5.2', 'zarr>=2.11.0', 'numcodecs>=0.9.1', 'pynwb>=2.0.0',