python: pandas: 0.23.4 -> 0.24.1

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:22 +01:00
parent 5e3bdd4242
commit 4aaa34f724

View File

@ -16,6 +16,7 @@
, lxml , lxml
, html5lib , html5lib
, beautifulsoup4 , beautifulsoup4
, hypothesis
, openpyxl , openpyxl
, tables , tables
, xlwt , xlwt
@ -28,16 +29,17 @@ let
in buildPythonPackage rec { in buildPythonPackage rec {
pname = "pandas"; pname = "pandas";
version = "0.23.4"; version = "0.24.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "5b24ca47acf69222e82530e89111dd9d14f9b970ab2cd3a1c2c78f0c4fbba4f4"; sha256 = "435821cb2501eabbcee7e83614bd710940dc0cf28b5afbc4bdb816c31cec71af";
}; };
checkInputs = [ pytest glibcLocales moto ]; checkInputs = [ pytest glibcLocales moto hypothesis ];
buildInputs = [ cython ] ++ optional isDarwin libcxx; nativeBuildInputs = [ cython ];
buildInputs = optional isDarwin libcxx;
propagatedBuildInputs = [ propagatedBuildInputs = [
dateutil dateutil
scipy scipy