9 buildPythonPackage rec {
14 inherit version pname;
15 sha256 = "a5eaa8e78853dcecaa46345812e4fabe9cd3b96330ebf0809f640a4a0556d72e";
18 propagatedBuildInputs = [ numpy pandas ];
20 # Circular test dependency on bokeh
24 description = "High level chart types built on top of Bokeh";
25 homepage = "https://github.com/bokeh/bkcharts";
26 license = lib.licenses.bsd3;