17 buildPythonPackage rec {
23 inherit pname version;
24 hash = "sha256-MEYIvKwQLbQPgaEEpSXs6v1MUQ/txzU8D0Ivd/6TlMw=";
32 propagatedBuildInputs = [
50 "test_uproot_versions"
53 pythonImportsCheck = [
58 description = "Extended histogram plots on top of matplotlib and HEP compatible styling similar to current collaboration requirements (ROOT)";
59 homepage = "https://github.com/scikit-hep/mplhep";
60 license = with licenses; [ mit ];
61 maintainers = with maintainers; [ veprbl ];