python3Packages.optuna-dashboard: add missing inputs

This commit is contained in:
Fabian Affolter 2026-03-07 15:24:56 +01:00
parent 1f6a876a76
commit a7d54c6ed9

View file

@ -1,23 +1,26 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
alembic,
boto3,
botorch,
bottle,
buildPythonPackage,
cmaes,
colorlog,
fetchFromGitHub,
httpx,
moto,
numpy,
openai,
optuna,
packaging,
plotly,
pytestCheckHook,
setuptools,
respx,
scikit-learn,
scipy,
setuptools,
streamlit,
tqdm,
}:
@ -53,8 +56,11 @@ buildPythonPackage rec {
pytestCheckHook
boto3
botorch
httpx
moto
openai
plotly
respx
streamlit
];