Loading pkgs/development/python-modules/fast-histogram/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "fast_histogram" ]; disabledTests = [ # ValueError "test_1d_compare_with_numpy" ]; meta = with lib; { description = "Fast 1D and 2D histogram functions in Python"; homepage = "https://github.com/astrofrog/fast-histogram"; Loading Loading
pkgs/development/python-modules/fast-histogram/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "fast_histogram" ]; disabledTests = [ # ValueError "test_1d_compare_with_numpy" ]; meta = with lib; { description = "Fast 1D and 2D histogram functions in Python"; homepage = "https://github.com/astrofrog/fast-histogram"; Loading