Skip to content

Commit

Permalink
Pin networkx version (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Mar 1, 2023
1 parent bb19eea commit 4a2f920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:alt: Test Status

.. image:: https://codecov.io/gh/PennLINC/aslprep/branch/main/graph/badge.svg
:target: https://codecov.io/gh/PennLINC/aslprep
:target: https://app.codecov.io/gh/PennLINC/aslprep/tree/main
:alt: Codecov

.. image:: https://img.shields.io/badge/Nature%20Methods-10.1038%2Fs41592--022--01458--7-purple
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ install_requires =
indexed_gzip >= 0.8.8
jinja2 < 3.1
looseversion == 1.0.3
networkx ~= 2.8.8 # nipype needs networkx, but 3+ isn't compatible with nipype 1.8.5
nibabel >= 3.0
niflow-nipype1-workflows
nipype >= 1.8.5
Expand Down

0 comments on commit 4a2f920

Please sign in to comment.