Merge pull request #261593 from natsukium/optuna/update

python311Packages.optuna: 3.3.0 -> 3.4.0
This commit is contained in:
OTABI Tomoya 2023-10-20 18:11:16 +09:00 committed by GitHub
commit 038b2922be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@
, distributed
, fakeredis
, fastai
, google-cloud-storage
, lightgbm
, matplotlib
, mlflow
@ -43,7 +44,7 @@
buildPythonPackage rec {
pname = "optuna";
version = "3.3.0";
version = "3.4.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -52,7 +53,7 @@ buildPythonPackage rec {
owner = "optuna";
repo = "optuna";
rev = "refs/tags/v${version}";
hash = "sha256-uHv8uEJOQO1+AeNSxBtnCt6gDQHLT1RToF4hfolVVX0=";
hash = "sha256-WUjO13NxX0FneOPS4nn6aHq48X95r+GJR/Oxir6n8Pk=";
};
nativeBuildInputs = [
@ -62,7 +63,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
alembic
cmaes
colorlog
numpy
packaging
@ -96,6 +96,8 @@ buildPythonPackage rec {
optional = [
boto3
botorch
cmaes
google-cloud-storage
matplotlib
pandas
plotly