mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Add plotly as optional dependency
This commit is contained in:
@@ -59,6 +59,10 @@ preferential = [
|
||||
"botorch>=0.8.1",
|
||||
]
|
||||
|
||||
plotlypy = [
|
||||
"plotly",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
optuna-dashboard = "optuna_dashboard._cli:main"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user