From 78b9beeb031595e446f83cda7bc1d63e9fefa076 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 5 Sep 2024 16:34:04 -0400 Subject: [PATCH] Do not allow for HDMF 3.14.4 with regression --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 773264b1b..174b8632e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,8 @@ install_requires = etelemetry >= 0.2.2 fasteners fscacher >= 0.3.0 - hdmf != 3.5.0 + # 3.14.4: https://github.com/hdmf-dev/hdmf/issues/1186 + hdmf != 3.5.0,!=3.14.4 humanize interleave ~= 0.1 joblib