python312Packages.onnxruntime-tools: cleanup

This commit is contained in:
Gaetan Lepage
2025-05-24 09:31:29 +02:00
parent a2e7a3c2f9
commit c6fd516649
@@ -29,7 +29,7 @@ buildPythonPackage rec {
hash = "sha256-Hf+Ii1xIKsW8Yn8S4QhEX+/LPWAMQ/Y2M5dTFv5hetg=";
};
propagatedBuildInputs = [
dependencies = [
coloredlogs
numpy
onnx
@@ -42,10 +42,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "onnxruntime_tools" ];
meta = with lib; {
meta = {
description = "Transformers Model Optimization Tool of ONNXRuntime";
homepage = "https://pypi.org/project/onnxruntime-tools/";
license = with licenses; [ mit ];
maintainers = with maintainers; [ happysalada ];
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ happysalada ];
};
}