Skip to content

Commit

Permalink
pythonPackages.numpy: 1.10 -> 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Mar 28, 2016
1 parent 9ee7b3f commit 654d2e6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13207,7 +13207,7 @@ in modules // {
blas = pkgs.openblasCompat_2_14;
};

numpy = self.numpy_1_10;
numpy = self.numpy_1_11;

numpy_1_10 = self.buildNumpyPackage rec {
version = "1.10.4";
Expand All @@ -13217,6 +13217,14 @@ in modules // {
};
};

numpy_1_11 = self.buildNumpyPackage rec {
version = "1.11.0";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/n/numpy/numpy-${version}.tar.gz";
sha256 = "0gml1ng7iqk4xcrvspjd5vnfqdwfinvjfyksfawvy5h8426jdld1";
};
};

numpydoc = buildPythonPackage rec {
name = "numpydoc-${version}";
version = "0.5";
Expand Down

0 comments on commit 654d2e6

Please sign in to comment.