pythonPackages.statsmodels: fix eval
This commit is contained in:
parent
5576ef9f1d
commit
61c49b1014
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Statistical computations and models for use with SciPy";
|
description = "Statistical computations and models for use with SciPy";
|
||||||
homepage = "https://www.github.com/statsmodels/statsmodels";
|
homepage = "https://www.github.com/statsmodels/statsmodels";
|
||||||
license = licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with maintainers; [ fridh ];
|
maintainers = with lib.maintainers; [ fridh ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue