mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.optuna: enable __structuredAttrs
This commit is contained in:
parent
b9bdc44a01
commit
bbbf66e9c9
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ buildPythonPackage (finalAttrs: {
|
|||
pname = "optuna";
|
||||
version = "4.8.0";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "optuna";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue