ames-housing/pyproject.toml

31 lines
669 B
TOML
Raw Normal View History

2020-06-29 01:08:07 +02:00
[build-system]
2021-05-25 07:46:42 +02:00
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
2018-09-02 23:25:41 +02:00
2020-06-29 01:08:07 +02:00
[tool.poetry]
2021-05-25 07:46:42 +02:00
name = "ames-housing"
version = "0.1.0.dev0"
authors = [
"Alexander Hess <alexander@webartifex.biz>",
]
2020-06-29 01:08:07 +02:00
description = "A case study on predicting house prices in Ames, Iowa"
keywords = [
"data-science",
"data-cleaning",
"house-price-prediction",
"machine-learning",
"prediction",
"predictive-analytics",
]
license = "MIT"
2021-05-25 07:46:42 +02:00
2020-06-29 01:08:07 +02:00
readme = "README.md"
2021-05-25 07:46:42 +02:00
homepage = "https://github.com/webartifex/ames-housing"
2020-06-29 01:08:07 +02:00
repository = "https://github.com/webartifex/ames-housing"
[tool.poetry.dependencies]
2021-05-25 07:46:42 +02:00
python = "^3.8"
2020-06-29 01:08:07 +02:00
[tool.poetry.dev-dependencies]