python3Packages.optuna: 4.5.0 -> 4.7.0

https://github.com/optuna/optuna/releases/tag/v4.7.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:43 +01:00
parent 466a89e572
commit 452e020b9b
@@ -43,14 +43,14 @@
buildPythonPackage rec {
pname = "optuna";
version = "4.5.0";
version = "4.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "optuna";
repo = "optuna";
tag = "v${version}";
hash = "sha256-qaCOpqKRepm/a1Nh98PV6RcRkadLK5E429pn1zaWQDA=";
hash = "sha256-SbEmJ4V4pyxMUx3GPMqBUDLq4AslwichbZNmNwmNm0o=";
};
build-system = [