mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-24 13:41:07 +08:00
24 lines
235 B
Plaintext
24 lines
235 B
Plaintext
# project dependency
|
|
optuna>=2.4
|
|
bottle
|
|
scikit-learn
|
|
typing-extensions;python_version<"3.8"
|
|
|
|
# lint
|
|
black
|
|
flake8
|
|
isort
|
|
mypy-boto3-s3
|
|
mypy
|
|
|
|
# unit test
|
|
boto3
|
|
moto[s3]
|
|
|
|
# visual regression tests
|
|
pyppeteer
|
|
|
|
# docs
|
|
sphinx
|
|
sphinx_rtd_theme
|