From 5ab6e69f238247ef527cc36f539e58b2b6d57018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:35:43 +0000 Subject: [PATCH] Update pybids requirement from ~=0.17.0 to ~=0.18.1 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.17.0...0.18.1) --- updated-dependencies: - dependency-name: pybids dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7132d4594..f309d7594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "packaging", # for version string parsing "pandas", "psutil >= 5.4", # for sentry - "pybids ~= 0.17.0", + "pybids ~= 0.18.1", "pyyaml", "scikit-learn <= 1.5.2", "scipy >= 1.14.0,<= 1.14.1", # nipype needs networkx, which needs scipy > 1.8.0