From f952b32f6c87900123babf09cd0de61f340cdb45 Mon Sep 17 00:00:00 2001 From: Mike Huang Date: Fri, 8 Sep 2023 02:45:02 -0700 Subject: [PATCH 1/2] unpin hdmf and pynwb --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2de15f8ab..743dfa6f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ psycopg2-binary -hdmf<=3.4.7 +hdmf h5py matplotlib numpy<1.24 @@ -19,7 +19,7 @@ simpleitk argschema glymur xarray<2023.2.0 -pynwb<=2.3.3 +pynwb tables seaborn aiohttp From 0b3d496b57e7618516c14dcc381e996bb02e8c45 Mon Sep 17 00:00:00 2001 From: Mike Huang Date: Fri, 8 Sep 2023 13:46:45 -0700 Subject: [PATCH 2/2] exclude failed version ranges from hdmf exclude older versions of hdmf exclude specific versions of hdmf exclude specific versions of hdmf2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 743dfa6f3..b43474356 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ psycopg2-binary -hdmf +hdmf!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.* h5py matplotlib numpy<1.24