1 { lib, buildPythonPackage, fetchPypi, matplotlib, pandas }:
3 buildPythonPackage rec {
9 sha256 = "sha256-pATiprTELt8GrEkeKjILPfpdNDVoex5t+Mc+6Gg7cPY=";
12 propagatedBuildInputs = [ matplotlib pandas ];
14 # tests are only included on GitHub where this version misses a tag
15 # and half of them fail
18 pythonImportsCheck = [ "mplfinance" ];
21 description = "Matplotlib utilities for the visualization, and visual analysis, of financial data";
22 homepage = "https://github.com/matplotlib/mplfinance";
23 license = [ licenses.bsd3 ];
24 maintainers = [ maintainers.ehmry ];