Skip to content

Commit 7f2b9bc

Browse files
Update pybids requirement from <=0.21.0 to <=0.22.0 (#496)
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/main/CHANGELOG.rst) - [Commits](bids-standard/pybids@0.0.1...0.22.0) --- updated-dependencies: - dependency-name: pybids dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb4a253 commit 7f2b9bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"numpy<=2.2.6",
2626
"pandas<=2.3.3",
2727
"pyarrow>=14.0",
28-
"pybids<=0.21.0",
28+
"pybids<=0.22.0",
2929
"pyyaml",
3030
"scikit-learn<=1.7.2",
3131
"tqdm",

0 commit comments

Comments
 (0)