Skip to content

Commit d4794dc

Browse files
Update fmriprep requirement from <=24.1.1,>=24.1.0 to >=24.1.0,<=25.0.0 (#499)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a07b357 commit d4794dc

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
@@ -19,7 +19,7 @@ requires-python = ">=3.10"
1919
dependencies = [
2020
'importlib_resources; python_version < "3.11"',
2121
"acres",
22-
"fmriprep >= 24.1.0, <= 24.1.1",
22+
"fmriprep >= 24.1.0, <= 25.0.0",
2323
"indexed_gzip <= 1.9.4",
2424
"looseversion",
2525
"networkx ~= 3.3", # nipype needs networkx, but 3+ isn"t compatible with nipype 1.8.5

0 commit comments

Comments
 (0)