mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pythonPackages.qutip: use numpy.blas
This commit is contained in:
parent
d05783a8d7
commit
291ec17c58
1 changed files with 1 additions and 1 deletions
|
@ -18717,7 +18717,7 @@ in modules // {
|
|||
propagatedBuildInputs = with self; [ numpy scipy matplotlib pyqt4
|
||||
cython ];
|
||||
|
||||
buildInputs = [ pkgs.gcc pkgs.qt4 pkgs.blas self.nose ];
|
||||
buildInputs = [ pkgs.gcc pkgs.qt4 numpy.blas self.nose ];
|
||||
|
||||
meta = {
|
||||
description = "QuTiP - Quantum Toolbox in Python";
|
||||
|
|
Loading…
Reference in a new issue