From 0b3d496b57e7618516c14dcc381e996bb02e8c45 Mon Sep 17 00:00:00 2001 From: Mike Huang Date: Fri, 8 Sep 2023 13:46:45 -0700 Subject: [PATCH] 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