Skip to content

Commit ca3a068

Browse files
committed
maint: add lxml optional dependency
1 parent 4ad366e commit ca3a068

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ RUN conda install -y -c anaconda -c conda-forge \
111111
python=3.7 \
112112
libxml2=2.9 \
113113
libxslt=1.1 \
114+
lxml \
114115
mkl \
115116
mkl-service \
116117
numpy=1.20 \

setup.cfg

+6
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,19 @@ packages = find:
4040
include_package_data = True
4141

4242
[options.extras_require]
43+
niftiext =
44+
lxml
45+
niftiexts =
46+
%(niftiext)s
4347
test =
4448
pytest
4549
pytest-cov
4650
codecov
4751
tests =
4852
%(test)s
53+
4954
all =
55+
%(niftiext)s
5056
%(test)s
5157

5258
[options.entry_points]

0 commit comments

Comments
 (0)