Skip to content

Commit b666a4d

Browse files
Update joblib requirement from <=1.5.1 to <=1.5.2 (#1500)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35c57a8 commit b666a4d

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
@@ -23,7 +23,7 @@ dependencies = [
2323
"h5py <= 3.14.0", # for DCAN motion file
2424
"indexed_gzip ~= 1.10.1", # for loading imgs in nibabel
2525
"jinja2 ~= 3.1.2", # for executive summary
26-
"joblib <= 1.5.1",
26+
"joblib <= 1.5.2",
2727
"matplotlib ~= 3.10.0",
2828
"networkx <= 3.4.2", # nipype needs networkx, but 3+ isn't compatible with nipype 1.8.5
2929
"nibabel >= 3.2.1",

0 commit comments

Comments
 (0)