forked from mirrors/nixpkgs
pythonPackages.nipy: add matplotlib as a dependency
This commit is contained in:
parent
786a10c9b6
commit
59580b040b
1 changed files with 1 additions and 0 deletions
|
@ -13631,6 +13631,7 @@ in modules // {
|
|||
buildInputs = stdenv.lib.optional doCheck [ self.nose ];
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
matplotlib
|
||||
nibabel
|
||||
numpy
|
||||
scipy
|
||||
|
|
Loading…
Add table
Reference in a new issue