Skip to content

Commit

Permalink
Merge pull request #59 from nipreps/fix/more-lenient-version-pinning
Browse files Browse the repository at this point in the history
MAINT: Flexibilize dependency pinnings
  • Loading branch information
oesteban authored Feb 26, 2023
2 parents 0b72e46 + ea09c15 commit 7a2c320
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ setup_requires =

iinstall_requires =
attrs
networkx<2.7 # see networkx/networkx#5410
networkx
nibabel >= 3.0.1
nipype >= 1.7.1
niworkflows ~= 1.5.2
templateflow ~= 0.7.1
niworkflows >= 1.5.2
scipy >= 1.8
templateflow >= 0.7.1

test_requires =
coverage < 5
Expand Down

0 comments on commit 7a2c320

Please sign in to comment.