Merge pull request #92633 from jonringer/statsmodels-disable-py2
python2Packages.statsmodels: disable py2, abandonded
This commit is contained in:
commit
465ca1afe5
@ -1,7 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, self
|
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, isPy27
|
||||||
, nose
|
, nose
|
||||||
, numpy
|
, numpy
|
||||||
, scipy
|
, scipy
|
||||||
@ -20,11 +20,13 @@ buildPythonPackage rec {
|
|||||||
sha256 = "5bde3fa0a35a91b45dba7cbc28270b5b649ff1d721c89290883f6e831672d5f0";
|
sha256 = "5bde3fa0a35a91b45dba7cbc28270b5b649ff1d721c89290883f6e831672d5f0";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = with self; [ nose ];
|
nativeBuildInputs = [ cython ];
|
||||||
propagatedBuildInputs = with self; [numpy scipy pandas patsy cython matplotlib];
|
checkInputs = [ nose ];
|
||||||
|
propagatedBuildInputs = [ numpy scipy pandas patsy matplotlib ];
|
||||||
|
|
||||||
# Huge test suites with several test failures
|
# Huge test suites with several test failures
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "statsmodels" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Statistical computations and models for use with SciPy";
|
description = "Statistical computations and models for use with SciPy";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user