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