Skip to content

Commit

Permalink
Update nibabel requirement from <=5.1 to <=5.2.1 (#406)
Browse files Browse the repository at this point in the history
Updates the requirements on [nibabel](https://github.com/nipy/nibabel) to permit the latest version.
- [Release notes](https://github.com/nipy/nibabel/releases)
- [Changelog](https://github.com/nipy/nibabel/blob/master/Changelog)
- [Commits](nipy/nibabel@brifti-0.1...5.2.1)

---
updated-dependencies:
- dependency-name: nibabel
  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 Apr 30, 2024
1 parent 8debb20 commit 5b37756
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 @@ -22,7 +22,7 @@ dependencies = [
"indexed_gzip <= 1.8.7",
"looseversion",
"networkx ~= 3.3", # nipype needs networkx, but 3+ isn"t compatible with nipype 1.8.5
"nibabel <= 5.1",
"nibabel <= 5.2.1",
"nilearn ~= 0.10.3",
"nipype >= 1.8.5",
"nitransforms >= 21.0.0",
Expand Down

0 comments on commit 5b37756

Please sign in to comment.