mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
python311Packages.optuna: 3.3.0 -> 3.4.0
Diff: https://github.com/optuna/optuna/compare/refs/tags/v3.3.0...v3.4.0 Changelog: https://github.com/optuna/optuna/releases/tag/refs/tags/v3.4.0
This commit is contained in:
parent
44e948bc21
commit
bc53cc867a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user