pythonPackages.numpy: 1.11 -> 1.10

Reverting default numpy to 1.11, since 1.10 breaks pandas and required
patches couldn't be cherry-picked.

1.11 is still available as `pythonPackages.numpy_1_11`.
This commit is contained in:
Frederik Rietdijk 2016-03-28 19:05:49 +02:00
parent 8bd72dfaa4
commit 9825a81cfc

View file

@ -13207,7 +13207,7 @@ in modules // {
blas = pkgs.openblasCompat_2_14;
};
numpy = self.numpy_1_11;
numpy = self.numpy_1_10;
numpy_1_10 = self.buildNumpyPackage rec {
version = "1.10.4";