pythonPackages.scipy_0_16: use correct numpy
This commit is contained in:
parent
18396e8273
commit
5649788371
1 changed files with 1 additions and 1 deletions
|
@ -19586,7 +19586,7 @@ in modules // {
|
|||
url = "https://pypi.python.org/packages/source/s/scipy/scipy-${version}.tar.gz";
|
||||
sha256 = "ecd1efbb1c038accb0516151d1e6679809c6010288765eb5da6051550bf52260";
|
||||
};
|
||||
numpy = self.numpy_1_10;
|
||||
numpy = self.numpy;
|
||||
};
|
||||
|
||||
scipy_0_17 = self.buildScipyPackage rec {
|
||||
|
|
Loading…
Reference in a new issue