17 buildPythonPackage rec {
18 pname = "onnxmltools";
20 format = "setuptools";
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 hash = "sha256-/UKGo56riLnATcn7kA++QoFkkILVGYBwqRZZ+PYB1/0=";
29 propagatedBuildInputs = [
35 pythonImportsCheck = [ "onnxmltools" ];
37 # there are still some dependencies that need to be packaged for the tests to run
54 description = "ONNXMLTools enables conversion of models to ONNX";
55 homepage = "https://github.com/onnx/onnxmltools";
56 license = licenses.asl20;
57 maintainers = with maintainers; [ happysalada ];