mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-21 13:10:53 +08:00
15 lines
142 B
Plaintext
15 lines
142 B
Plaintext
# project dependency
|
|
optuna>=2.4
|
|
bottle
|
|
typing-extensions;python_version<'3.8'
|
|
scikit-learn
|
|
|
|
# lint
|
|
black
|
|
flake8
|
|
isort
|
|
mypy
|
|
|
|
# test
|
|
pyppeteer
|