Skip to content

Commit

Permalink
Do not allow for HDMF 3.14.4 with regression
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Sep 5, 2024
1 parent 6b579c0 commit 78b9bee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78b9bee

Please sign in to comment.