Skip to content

Commit d986f53

Browse files
committed
Update minimum networkx, nibabel
1 parent ddfb69c commit d986f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ def get_nipype_gitversion():
9999
"""
100100

101101
# versions
102-
NIBABEL_MIN_VERSION = "2.1.0"
103-
NETWORKX_MIN_VERSION = "2.0"
102+
NIBABEL_MIN_VERSION = "3.0"
103+
NETWORKX_MIN_VERSION = "2.5"
104104
NUMPY_MIN_VERSION = "1.21"
105105
SCIPY_MIN_VERSION = "1.8"
106106
TRAITS_MIN_VERSION = "6.2"

0 commit comments

Comments
 (0)