From 4677c5bd7f66c641738df724bb7a0f4655bd09b5 Mon Sep 17 00:00:00 2001 From: Ryan Ly <rly@lbl.gov> Date: Wed, 26 Jun 2024 19:38:59 -0400 Subject: [PATCH] Fix min reqs --- {{ cookiecutter.namespace }}/requirements-min.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{ cookiecutter.namespace }}/requirements-min.txt b/{{ cookiecutter.namespace }}/requirements-min.txt index c96cd67..d8142c7 100644 --- a/{{ cookiecutter.namespace }}/requirements-min.txt +++ b/{{ cookiecutter.namespace }}/requirements-min.txt @@ -1,5 +1,5 @@ # minimum versions of package dependencies for installation # these should match the minimum versions specified in pyproject.toml # NOTE: it may be possible to relax these minimum requirements -pynwb==2.6.0 -hdmf==3.13.0 +pynwb==2.8.0 +hdmf==3.14.1