switch from pkgs.blas to numpy.blas
This commit is contained in:
parent
5a2563c059
commit
a4ad51f0c1
@ -20105,7 +20105,7 @@ in modules // {
|
|||||||
# the fix for which hasn't been merged yet.
|
# the fix for which hasn't been merged yet.
|
||||||
|
|
||||||
# keep Nose around since running the tests by hand is possible from Python or bash
|
# 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 = {
|
meta = {
|
||||||
homepage = http://deeplearning.net/software/theano/;
|
homepage = http://deeplearning.net/software/theano/;
|
||||||
|
Loading…
Reference in New Issue
Block a user