[build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry] name = "ames-housing" version = "0.1.0.dev0" authors = [ "Alexander Hess ", ] 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" readme = "README.md" homepage = "https://github.com/webartifex/ames-housing" repository = "https://github.com/webartifex/ames-housing" [tool.poetry.dependencies] python = "^3.8" [tool.poetry.dev-dependencies]