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