python27Packages.statsmodels: 0.10.2 -> 0.11.0
This commit is contained in:
parent
4311cfa157
commit
358e0082d8
@ -13,11 +13,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "statsmodels";
|
pname = "statsmodels";
|
||||||
version = "0.10.2";
|
version = "0.11.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "9cd2194c6642a8754e85f9a6e6912cdf996bebf6ff715d3cc67f65dadfd37cc9";
|
sha256 = "0wcc7xbwlf8r2diw9fnzf4bg9h5cg406w7phd3dz37hx17yfi3ha";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = with self; [ nose ];
|
checkInputs = with self; [ nose ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user