python3Packages.nilearn: add missing lxml dep

This commit is contained in:
Ben Darwin 2022-09-07 12:17:55 -04:00
parent 092d8e3d4e
commit d74a6bf2f7

View File

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, pytestCheckHook, matplotlib { lib, buildPythonPackage, fetchPypi, pytestCheckHook, lxml, matplotlib
, nibabel, numpy, pandas, scikit-learn, scipy, joblib, requests }: , nibabel, numpy, pandas, scikit-learn, scipy, joblib, requests }:
buildPythonPackage rec { buildPythonPackage rec {
@ -17,6 +17,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
joblib joblib
lxml
matplotlib matplotlib
nibabel nibabel
numpy numpy