python3Packages.optuna: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage 2026-05-28 08:15:41 +00:00
commit bbbf66e9c9

View file

@ -45,6 +45,7 @@ buildPythonPackage (finalAttrs: {
pname = "optuna";
version = "4.8.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "optuna";