16 buildPythonPackage rec {
19 format = "setuptools";
22 inherit pname version;
23 hash = "sha256-cSfchORw9In2gJTM//mlqBW2CfcA1D5wjm9lijOwZAM=";
26 propagatedBuildInputs = [
36 pythonRelaxDeps = [ "scikit-learn" ];
44 unittestFlagsArray = [
53 description = "Convert scikit-learn models to ONNX";
54 license = with lib.licenses; [ asl20 ];