mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
pythonPackages.scipy_0_16: use correct numpy
This commit is contained in:
parent
18396e8273
commit
5649788371
@ -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 New Issue
Block a user