mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pythonPackages.scipy: use latest numpy version
This commit is contained in:
parent
e496e5cd75
commit
9ee7b3f628
1 changed files with 1 additions and 1 deletions
|
@ -19469,7 +19469,7 @@ in modules // {
|
|||
url = "https://pypi.python.org/packages/source/s/scipy/scipy-${version}.tar.gz";
|
||||
sha256 = "f600b755fb69437d0f70361f9e560ab4d304b1b66987ed5a28bdd9dd7793e089";
|
||||
};
|
||||
numpy = self.numpy_1_10;
|
||||
numpy = self.numpy;
|
||||
};
|
||||
|
||||
scikitimage = buildPythonPackage rec {
|
||||
|
|
Loading…
Reference in a new issue