python3Packages.mlflow: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-05-21 10:12:59 +00:00
parent c96850e668
commit 49fa88dced
@@ -32,6 +32,7 @@ buildPythonPackage (finalAttrs: {
pname = "mlflow";
version = "3.12.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "mlflow";