Merge pull request #16480 from bcdarwin/nipy

pythonPackages.nipy: add matplotlib as a dependency
This commit is contained in:
Frederik Rietdijk 2016-06-27 14:07:14 +02:00 committed by GitHub
commit f8cd42c39f

View file

@ -13714,6 +13714,7 @@ in modules // {
buildInputs = stdenv.lib.optional doCheck [ self.nose ];
propagatedBuildInputs = with self; [
matplotlib
nibabel
numpy
scipy