Loading pkgs/development/python-modules/cufflinks/default.nix +18 −12 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi , chart-studio , colorlover , ipython , ipywidgets , pytest , nose , numpy , pandas , six , statsmodels { lib, buildPythonPackage, fetchPypi, chart-studio, colorlover, ipython, ipywidgets, pytest, nose, numpy, pandas, six, statsmodels, }: buildPythonPackage rec { Loading @@ -32,7 +35,10 @@ buildPythonPackage rec { statsmodels ]; nativeCheckInputs = [ pytest nose ]; nativeCheckInputs = [ pytest nose ]; # ignore tests which are incompatible with pandas>=1.0 # https://github.com/santosjorge/cufflinks/issues/236 Loading Loading
pkgs/development/python-modules/cufflinks/default.nix +18 −12 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi , chart-studio , colorlover , ipython , ipywidgets , pytest , nose , numpy , pandas , six , statsmodels { lib, buildPythonPackage, fetchPypi, chart-studio, colorlover, ipython, ipywidgets, pytest, nose, numpy, pandas, six, statsmodels, }: buildPythonPackage rec { Loading @@ -32,7 +35,10 @@ buildPythonPackage rec { statsmodels ]; nativeCheckInputs = [ pytest nose ]; nativeCheckInputs = [ pytest nose ]; # ignore tests which are incompatible with pandas>=1.0 # https://github.com/santosjorge/cufflinks/issues/236 Loading