Skip to content

Commit 3c96972

Browse files
committed
MNT: Drop funcsigs dependency - outdated backport package
1 parent 9135221 commit 3c96972

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ def get_nipype_gitversion():
135135
PROVIDES = ["nipype"]
136136
REQUIRES = [
137137
"click>=%s" % CLICK_MIN_VERSION,
138-
"funcsigs",
139138
"networkx>=%s" % NETWORKX_MIN_VERSION,
140139
"nibabel>=%s" % NIBABEL_MIN_VERSION,
141140
'numpy>=%s ; python_version < "3.7"' % NUMPY_MIN_VERSION,

0 commit comments

Comments
 (0)