mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 13:13:09 +00:00
python3Packages.nilearn: add missing lxml dep
This commit is contained in:
parent
092d8e3d4e
commit
d74a6bf2f7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user