Skip to content

Commit adda5f3

Browse files
committed
FIX: Python 3.4 is not compatible with the recent release of lxml-4.4.0
We are starting to see failed jobs in Travis.
1 parent 6f2f94f commit adda5f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def get_nipype_gitversion():
140140
'funcsigs',
141141
'future>=%s' % FUTURE_MIN_VERSION,
142142
'futures; python_version == "2.7"',
143+
'lxml<4.4.0; python_version == "3.4"',
143144
'networkx>=%s ; python_version >= "3.0"' % NETWORKX_MIN_VERSION,
144145
'networkx>=%s,<=%s ; python_version < "3.0"' % (NETWORKX_MIN_VERSION, NETWORKX_MAX_VERSION_27),
145146
'nibabel>=%s' % NIBABEL_MIN_VERSION,

0 commit comments

Comments
 (0)