mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +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 }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -17,6 +17,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
joblib
|
||||
lxml
|
||||
matplotlib
|
||||
nibabel
|
||||
numpy
|
||||
|
Loading…
Reference in New Issue
Block a user