diff --git a/setup.cfg b/setup.cfg index 3258dbe7e..b799d2952 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,8 @@ project_urls = python_requires = >=3.9 install_requires = bidsschematools ~= 1.0 - click >= 7.1 + # 8.2.0: https://github.com/pallets/click/issues/2911 + click >= 7.1, !=8.2.0 click-didyoumean dandischema >= 0.11.0, < 0.12.0 etelemetry >= 0.2.2