Merge pull request #190150 from bcdarwin/unbreak-python3-nilearn

python3Packages.nilearn: add missing lxml dep
This commit is contained in:
Robert Scott
2022-09-07 23:43:03 +01:00
committed by GitHub
@@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, pytestCheckHook, matplotlib
{ lib, buildPythonPackage, fetchPypi, pytestCheckHook, lxml, matplotlib
, nibabel, numpy, pandas, scikit-learn, scipy, joblib, requests }:
buildPythonPackage rec {
@@ -17,6 +17,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
joblib
lxml
matplotlib
nibabel
numpy