Skip to content

Commit

Permalink
Update matplotlib requirement from ~=3.9.0 to ~=3.10.0 (#1342)
Browse files Browse the repository at this point in the history
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 Dec 16, 2024
1 parent 2129fc4 commit beeb6b6
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 @@ -24,7 +24,7 @@ dependencies = [
"indexed_gzip ~= 1.9.1", # for loading imgs in nibabel
"jinja2 ~= 3.1.2", # for executive summary
"joblib <= 1.4.2",
"matplotlib ~= 3.9.0",
"matplotlib ~= 3.10.0",
"networkx <= 3.4.2", # nipype needs networkx, but 3+ isn't compatible with nipype 1.8.5
"nibabel >= 3.2.1",
"nilearn == 0.11.0", # 0.10.2 raises error with compcor from fMRIPrep 23
Expand Down

0 comments on commit beeb6b6

Please sign in to comment.