From b5b74ad2dbd54284f36ca843829ec38014637c2a Mon Sep 17 00:00:00 2001 From: oesteban Date: Wed, 11 Mar 2020 15:32:37 -0700 Subject: [PATCH] rel(0.6.0rc1): Update CHANGES and flexibilize pybids and templateflow pins [skip ci] --- CHANGES.rst | 6 ++++++ setup.cfg | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 37884860c3..99d4955cef 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +0.6.0 (TBD) +=========== +<0.6.0rc1 - Release message TBD> + + * ENH: Add option to skip brain extraction (#167) + 0.5.2 (February 14, 2020) ========================= Minor tweaks in preparation for fMRIPrep 20.0.0 release. diff --git a/setup.cfg b/setup.cfg index cf06791383..a7363f7091 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,9 +28,9 @@ install_requires = niworkflows ~= 1.1.7 numpy packaging - pybids ~= 0.9.4 + pybids >= 0.9.4 pyyaml - templateflow ~= 0.4.2 + templateflow >= 0.4.2 test_requires = coverage codecov