From 4c2032b7490ad58308966a71c053d2633f645fd0 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Mon, 8 Jul 2019 23:19:32 -0700 Subject: [PATCH] rel(1.4.1): Update CHANGES, pin niworkflows and smriprep [skip ci] --- CHANGES.rst | 4 ++-- setup.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1ff9b078b..d8f5fb0a4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -1.4.1 (TBD) -=========== +1.4.1 (July 9, 2019) +==================== As of 1.4.1, the new infant and pediatric templates added to TemplateFlow are available to brain extraction and spatial normalization. diff --git a/setup.cfg b/setup.cfg index 33641b6dc..ee367d82b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,8 +25,8 @@ setup_requires = numpy cython install_requires = - niworkflows >=0.9.6rc3,<0.10.0a0 - smriprep >=0.2.4rc2,<0.3.0 + niworkflows >=0.9.6,<0.10.0a0 + smriprep >=0.2.4,<0.3.0 templateflow >=0.3.0,<0.4.0a0 nibabel >=2.2.1 indexed_gzip >=0.8.8