[tool.poetry] | |
name = "samgis" | |
version = "1.7.0" | |
description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards." | |
authors = ["alessandro trinca tornidor <[email protected]>"] | |
license = "MIT license" | |
readme = "README.md" | |
[metadata] | |
name = "samgis" | |
version = "1.7.0" | |
[tool.poetry.urls] | |
Source = "https://github.com/trincadev/samgis-be" | |
Demo = "https://huggingface.co/spaces/aletrn/samgis" | |
[tool.poetry.dependencies] | |
python = ">=3.10, <3.12" | |
onnxruntime = "^1.18.1" | |
samgis-web = "1.0.14" | |
[tool.poetry.group.test] | |
optional = true | |
[tool.poetry.group.test.dependencies] | |
pytest = "^8.2.2" | |
pytest-cov = "^5.0.0" | |
python-dotenv = "^1.0.1" | |
httpx = "^0.27.0" | |
[tool.poetry.group.docs] | |
optional = true | |
[tool.poetry.group.docs.dependencies] | |
sphinx = "^7.3.7" | |
sphinx-autodoc-typehints = "^2.2.2" | |
sphinxcontrib-openapi = "^0.8.4" | |
myst-parser = "^3.0.1" | |
sphinx-autodoc-defaultargs = "^0.1.2" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |