Skip to content

Commit

Permalink
Update fmriprep requirement from <=24.0.1,>=23.2 to >=23.2,<=24.1.0 (#…
Browse files Browse the repository at this point in the history
…444)

Updates the requirements on [fmriprep](https://github.com/nipreps/fmriprep) to permit the latest version.
- [Release notes](https://github.com/nipreps/fmriprep/releases)
- [Changelog](https://github.com/nipreps/fmriprep/blob/master/CHANGES.rst)
- [Commits](nipreps/fmriprep@23.2.0...24.1.0)

---
updated-dependencies:
- dependency-name: fmriprep
  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 Sep 23, 2024
1 parent ef2dd7e commit 6b4807e
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 @@ -18,7 +18,7 @@ license = {file = "LICENSE.md"}
requires-python = ">=3.10"
dependencies = [
'importlib_resources; python_version < "3.11"',
"fmriprep >= 23.2, <= 24.0.1",
"fmriprep >= 23.2, <= 24.1.0",
"indexed_gzip <= 1.8.7",
"looseversion",
"networkx ~= 3.3", # nipype needs networkx, but 3+ isn"t compatible with nipype 1.8.5
Expand Down

0 comments on commit 6b4807e

Please sign in to comment.