From ccf43297da2c505dc6bba21c8b551a0404d7e234 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Fri, 12 Jul 2024 08:25:05 -0400 Subject: [PATCH] Temporarily restrict dandischema requirement to `< 0.10.2` --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 773264b1b..c8ed6dcef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,9 @@ install_requires = bidsschematools ~= 0.7.0 click >= 7.1 click-didyoumean - dandischema >= 0.9.0, < 0.11 + # Don't allow v0.10.2 of the schema until + # is resolved: + dandischema >= 0.9.0, < 0.10.2 etelemetry >= 0.2.2 fasteners fscacher >= 0.3.0