Skip to content

Commit

Permalink
Update networkx requirement from <=3.4.1 to <=3.4.2 (PennLINC#1299)
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 Oct 21, 2024
1 parent f55dd2c commit 16b16f7
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 @@ -25,7 +25,7 @@ dependencies = [
"jinja2 ~= 3.1.2", # for executive summary
"joblib <= 1.4.2",
"matplotlib ~= 3.9.0",
"networkx <= 3.4.1", # nipype needs networkx, but 3+ isn't compatible with nipype 1.8.5
"networkx <= 3.4.2", # nipype needs networkx, but 3+ isn't compatible with nipype 1.8.5
"nibabel >= 3.2.1",
"nilearn == 0.10.4", # 0.10.2 raises error with compcor from fMRIPrep 23
"nipype ~= 1.8.5",
Expand Down

0 comments on commit 16b16f7

Please sign in to comment.