Skip to content

Commit 62d2277

Browse files
Update pybids requirement from ~=0.18.1 to ~=0.19.0
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/0.19.0/CHANGELOG.rst) - [Commits](bids-standard/pybids@0.18.1...0.19.0) --- updated-dependencies: - dependency-name: pybids dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4ea623 commit 62d2277

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
@@ -37,7 +37,7 @@ dependencies = [
3737
"packaging", # for version string parsing
3838
"pandas",
3939
"psutil >= 5.4", # for sentry
40-
"pybids ~= 0.18.1",
40+
"pybids ~= 0.19.0",
4141
"pyyaml",
4242
"scikit-learn <= 1.6.1",
4343
"scipy >= 1.14.0,<= 1.15.2", # nipype needs networkx, which needs scipy > 1.8.0

0 commit comments

Comments
 (0)