Commit a7d54c6e authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python3Packages.optuna-dashboard: add missing inputs

parent 1f6a876a
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
{
  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
  ];