Skip to content

Commit 73a8c5d

Browse files
Update pybids requirement from <=0.17.1 to <=0.17.2 (#443)
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](bids-standard/pybids@0.0.1...0.17.2) --- updated-dependencies: - dependency-name: pybids dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b4807e commit 73a8c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"packaging",
3232
"pandas",
3333
"psutil <= 6.0.0",
34-
"pybids <= 0.17.1",
34+
"pybids <= 0.17.2",
3535
"requests",
3636
"sdcflows <= 2.10.0",
3737
"sentry-sdk <= 2.14.0",

0 commit comments

Comments
 (0)