forked from mirrors/nixpkgs
pythonPackages.pandas: 0.17.1 -> 0.18.0
This commit is contained in:
parent
efd6e1884c
commit
700c8dc6d0
|
@ -14570,6 +14570,8 @@ in modules // {
|
|||
};
|
||||
};
|
||||
|
||||
pandas = self.pandas_18;
|
||||
|
||||
pandas_17 = let
|
||||
inherit (pkgs.stdenv.lib) optional optionalString;
|
||||
inherit (pkgs.stdenv) isDarwin;
|
||||
|
|
Loading…
Reference in a new issue