3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.pandas: 0.17.1 -> 0.18.0

This commit is contained in:
Frederik Rietdijk 2016-03-12 19:05:00 -05:00
parent efd6e1884c
commit 700c8dc6d0

View file

@ -14570,6 +14570,8 @@ in modules // {
};
};
pandas = self.pandas_18;
pandas_17 = let
inherit (pkgs.stdenv.lib) optional optionalString;
inherit (pkgs.stdenv) isDarwin;