10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-dfSoorrSH9p7a9Qt98oEEg+yRjbr+bVm0lmybyBEsdA=";
26 propagatedBuildInputs = [
30 dontUseCmakeConfigure = true;
37 homepage = "https://github.com/scikit-hep/iminuit";
38 description = "Python interface for the Minuit2 C++ library";
39 license = with licenses; [ mit lgpl2Only ];
40 maintainers = with maintainers; [ veprbl ];