Newer
Older
[tool.poetry]
name = "justclust"
version = "0.1.0"
description = "Clustering tools for the JustNature H2020 EU project"
authors = ["Pietro Zambelli <pietro.zambelli@eurac.edu>"]
license = "Apache 2.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
geopandas = "^0.12.2"
seaborn = "^0.12.1"
hdbscan = "^0.8.29"
scikit-learn = "^1.2.0"
tqdm = "^4.64.1"
joblib = "^1.2.0"
openpyxl = "^3.0.10"
[tool.poetry.group.dev.dependencies]
pre-commit = "^2.20.0"
ruff = "^0.0.189"
[virtualenvs]
create = true
in-project = true
path=".venv"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"