mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
python3Packages.optuna-dashboard: add missing inputs
This commit is contained in:
parent
1f6a876a76
commit
a7d54c6ed9
1 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue