Skip to content

Commit b2da74c

Browse files
committed
fix: Include lxml in dependencies
1 parent 0c0a871 commit b2da74c

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
@@ -139,6 +139,7 @@ def get_nipype_gitversion():
139139
"numpy>=%s" % NUMPY_MIN_VERSION,
140140
"packaging",
141141
"prov>=%s" % PROV_MIN_VERSION,
142+
"lxml", # prov < 2.0.2 depended on lxml, now it's an [xml] extra
142143
"pydot>=%s" % PYDOT_MIN_VERSION,
143144
"python-dateutil>=%s" % DATEUTIL_MIN_VERSION,
144145
"rdflib>=%s" % RDFLIB_MIN_VERSION,

0 commit comments

Comments
 (0)