house_prices_application / pyproject.toml
Perunio's picture
update pyproject.toml
95c5890
raw
history blame contribute delete
376 Bytes
[tool.poetry]
name = "aplikacja"
version = "1.0.0"
description = "App for predicting house prices"
authors = ["Perunio <divodar@protonmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
scikit-learn = "^1.5.2"
pandas = "^2.2.3"
joblib = "^1.4.2"
gradio = "^5.9.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"