Skip to content

Commit 80ba3e5

Browse files
Update pybids requirement from <=0.16.5 to <=0.17.0 (#322)
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.0) --- 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 e249330 commit 80ba3e5

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
@@ -24,7 +24,7 @@ dependencies = [
2424
"datalad>=0.13.5,!=0.17.3,!=0.17.0,!=0.16.1",
2525
"numpy<=2.0.0",
2626
"pandas<=2.2.2",
27-
"pybids<=0.16.5",
27+
"pybids<=0.17.0",
2828
"pyyaml",
2929
"scikit-learn<=1.5.1",
3030
"tqdm",

0 commit comments

Comments
 (0)