Add plotly as optional dependency

This commit is contained in:
Kenshin Abe
2024-01-26 17:46:10 +09:00
parent 8033e79da6
commit d8eb979277
+4
View File
@@ -59,6 +59,10 @@ preferential = [
"botorch>=0.8.1",
]
plotlypy = [
"plotly",
]
[project.scripts]
optuna-dashboard = "optuna_dashboard._cli:main"