We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad366e commit ca3a068Copy full SHA for ca3a068
Dockerfile
@@ -111,6 +111,7 @@ RUN conda install -y -c anaconda -c conda-forge \
111
python=3.7 \
112
libxml2=2.9 \
113
libxslt=1.1 \
114
+ lxml \
115
mkl \
116
mkl-service \
117
numpy=1.20 \
setup.cfg
@@ -40,13 +40,19 @@ packages = find:
40
include_package_data = True
41
42
[options.extras_require]
43
+niftiext =
44
+ lxml
45
+niftiexts =
46
+ %(niftiext)s
47
test =
48
pytest
49
pytest-cov
50
codecov
51
tests =
52
%(test)s
53
+
54
all =
55
56
57
58
[options.entry_points]
0 commit comments