From ade4b9ab10635d67c5856e3aa200a4330568272f Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 2 Feb 2024 15:39:35 -0500 Subject: [PATCH] blacklist buggy nwbinspector 0.4.32 PR to fix submitted https://github.com/NeurodataWithoutBorders/nwbinspector/pull/433 Closes #1400 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 80f9477ba..afb287298 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ install_requires = pycryptodomex # for EncryptedKeyring backend in keyrings.alt pydantic >= 1.9.0 pynwb >= 1.0.3,!=1.1.0,!=2.3.0 - nwbinspector >= 0.4.28 + nwbinspector >= 0.4.28,!=0.4.32 pyout >=0.5, !=0.6.0 python-dateutil requests ~= 2.20