switch from pkgs.blas to numpy.blas

This commit is contained in:
Ben Darwin 2016-04-25 12:33:31 -04:00
parent 5a2563c059
commit a4ad51f0c1

View file

@ -20105,7 +20105,7 @@ in modules // {
# the fix for which hasn't been merged yet.
# keep Nose around since running the tests by hand is possible from Python or bash
propagatedBuildInputs = [ stdenv pkgs.blas ] ++ (with self; [ nose numpy pydot_ng scipy six ]);
propagatedBuildInputs = [ stdenv ] ++ (with self; [ nose numpy numpy.blas pydot_ng scipy six ]);
meta = {
homepage = http://deeplearning.net/software/theano/;