We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0a871 commit b2da74cCopy full SHA for b2da74c
nipype/info.py
@@ -139,6 +139,7 @@ def get_nipype_gitversion():
139
"numpy>=%s" % NUMPY_MIN_VERSION,
140
"packaging",
141
"prov>=%s" % PROV_MIN_VERSION,
142
+ "lxml", # prov < 2.0.2 depended on lxml, now it's an [xml] extra
143
"pydot>=%s" % PYDOT_MIN_VERSION,
144
"python-dateutil>=%s" % DATEUTIL_MIN_VERSION,
145
"rdflib>=%s" % RDFLIB_MIN_VERSION,
0 commit comments