From 7c7577016dafbea26264b00f06a377eabdbfdc80 Mon Sep 17 00:00:00 2001 From: Dylan Nielson Date: Thu, 14 Dec 2023 09:29:02 -0500 Subject: [PATCH] bump pybids version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e18933..b75a7b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ 'nilearn >= 0.10.0 ', 'scikit-learn >= 1.2.1', 'scipy >= 1.10.0', - 'pybids == 0.15.2', + 'pybids == 0.16.1', 'click >= 8.1.3', 'niworkflows >= 1.7.1', 'six >= 1.16.0',