From 2cb0c9fe3535fdb0ce7209cc51b11ff3c79ce850 Mon Sep 17 00:00:00 2001 From: mathiasg Date: Mon, 6 Jul 2020 13:18:30 -0400 Subject: [PATCH] MAINT: Exclude incompatible pybids release --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0b922228..f308c39d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ project_urls = [options] python_requires = >= 3.6 install_requires = - pybids >= 0.9.2 + pybids >= 0.9.2, != 0.11.0 requests tqdm test_requires =