21 buildPythonPackage rec {
26 disabled = pythonOlder "3.6";
29 inherit pname version;
30 hash = "sha256-JatjHDyOAksbzHyW9mM4yqxUpKIyTVXx47pWF4FuRP0=";
40 ] ++ scikit-build-core.optional-dependencies.pyproject;
42 propagatedBuildInputs = [
46 dontUseCmakeConfigure = true;
53 homepage = "https://github.com/scikit-hep/iminuit";
54 description = "Python interface for the Minuit2 C++ library";
55 license = with licenses; [ mit lgpl2Only ];
56 maintainers = with maintainers; [ veprbl ];