Skip to content

Instantly share code, notes, and snippets.

@hugocool
Created May 19, 2021 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugocool/6952ae7491b42c22c99c9e4e2417fc25 to your computer and use it in GitHub Desktop.
Save hugocool/6952ae7491b42c22c99c9e4e2417fc25 to your computer and use it in GitHub Desktop.
poetry pyproject.toml
[tool.poetry]
name = "diabetes dashboard"
version = "0.2.1"
description = "dashboard which shows the effect of age and other patient characteristics on diabetes progression"
authors = ["Hugo Evers <hugo.evers@baken.ai>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.7.10"
explainerdashboard = "^0.3.5"
pandas = "^1.2.4"
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]
scikit-learn = "^0.24.2"
optuna = "^2.7.0"
xgboost = "^1.4.1"
pandas-profiling = "^3.0.0"
pre-commit = "^2.12.1"
pytest = "^6.2.4"
black = "^21.5b1"
ipykernel = "^5.5.5"
pylint = "^2.8.2"
notebook = "^6.3.0"
colab-cli = "^2.2.5"
[build-system]
requires = ["poetry-core>=1.1.5"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment