From 23f2f13fd2b519ced876f39652f394fb30684322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:10:42 -0400 Subject: [PATCH] Update pybids requirement from <=0.16.4 to <=0.16.5 (#315) Updates the requirements on [pybids](https://github.com/bids-standard/pybids) to permit the latest version. - [Release notes](https://github.com/bids-standard/pybids/releases) - [Changelog](https://github.com/bids-standard/pybids/blob/master/CHANGELOG.rst) - [Commits](https://github.com/bids-standard/pybids/compare/0.0.1...0.16.5) --- updated-dependencies: - dependency-name: pybids dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d25a919b..d50ca1e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "datalad>=0.13.5,!=0.17.3,!=0.17.0,!=0.16.1", "numpy<=1.26.4", "pandas<=2.2.2", - "pybids<=0.16.4", + "pybids<=0.16.5", "pyyaml", "scikit-learn<=1.4.2", "tqdm",