Skip to content

Commit 3116875

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def get_nipype_gitversion():
108108
DATEUTIL_MIN_VERSION = "2.2"
109109
SIMPLEJSON_MIN_VERSION = "3.8.0"
110110
PROV_MIN_VERSION = "1.5.2"
111+
LXML_MIN_VERSION = "5.0"
111112
RDFLIB_MIN_VERSION = "5.0.0"
112113
CLICK_MIN_VERSION = "6.6.0"
113114
PYDOT_MIN_VERSION = "1.2.3"
@@ -139,6 +140,7 @@ def get_nipype_gitversion():
139140
"numpy>=%s" % NUMPY_MIN_VERSION,
140141
"packaging",
141142
"prov>=%s" % PROV_MIN_VERSION,
143+
f"lxml>={LXML_MIN_VERSION}", # prov < 2.0.2 depended on lxml, now it's an [xml] extra
142144
"pydot>=%s" % PYDOT_MIN_VERSION,
143145
"python-dateutil>=%s" % DATEUTIL_MIN_VERSION,
144146
"rdflib>=%s" % RDFLIB_MIN_VERSION,

0 commit comments

Comments
 (0)