Skip to content

Commit

Permalink
Update pybids requirement from <=0.16.5 to <=0.17.0 (#322)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent e249330 commit 80ba3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"datalad>=0.13.5,!=0.17.3,!=0.17.0,!=0.16.1",
"numpy<=2.0.0",
"pandas<=2.2.2",
"pybids<=0.16.5",
"pybids<=0.17.0",
"pyyaml",
"scikit-learn<=1.5.1",
"tqdm",
Expand Down

0 comments on commit 80ba3e5

Please sign in to comment.