1 { lib, buildPythonPackage, fetchPypi
14 buildPythonPackage rec {
17 format = "setuptools";
20 inherit pname version;
21 sha256 = "0i56062k54dlg5iz3qyl1ykww62mpkp8jr4n450h0c60dm0b7ha8";
24 propagatedBuildInputs = [
35 nativeCheckInputs = [ pytest nose ];
37 # ignore tests which are incompatible with pandas>=1.0
38 # https://github.com/santosjorge/cufflinks/issues/236
40 pytest tests.py -k 'not bar_row'
44 description = "Productivity Tools for Plotly + Pandas";
45 homepage = "https://github.com/santosjorge/cufflinks";
46 license = licenses.mit;
47 maintainers = with maintainers; [ ];