Merge pull request #78651 from r-ryantm/auto-update/python2.7-statsmodels

python27Packages.statsmodels: 0.10.2 -> 0.11.0
This commit is contained in:
Mario Rodas 2020-01-29 21:43:19 -05:00 committed by GitHub
commit 98cc98efe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "statsmodels";
version = "0.10.2";
version = "0.11.0";
src = fetchPypi {
inherit pname version;
sha256 = "9cd2194c6642a8754e85f9a6e6912cdf996bebf6ff715d3cc67f65dadfd37cc9";
sha256 = "0wcc7xbwlf8r2diw9fnzf4bg9h5cg406w7phd3dz37hx17yfi3ha";
};
checkInputs = with self; [ nose ];