Skip to content

Commit 6b4807e

Browse files
Update fmriprep requirement from <=24.0.1,>=23.2 to >=23.2,<=24.1.0 (#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>
1 parent ef2dd7e commit 6b4807e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = {file = "LICENSE.md"}
1818
requires-python = ">=3.10"
1919
dependencies = [
2020
'importlib_resources; python_version < "3.11"',
21-
"fmriprep >= 23.2, <= 24.0.1",
21+
"fmriprep >= 23.2, <= 24.1.0",
2222
"indexed_gzip <= 1.8.7",
2323
"looseversion",
2424
"networkx ~= 3.3", # nipype needs networkx, but 3+ isn"t compatible with nipype 1.8.5

0 commit comments

Comments
 (0)