alessandro trinca tornidor
ci: removed some old references to files and folders that docker build should copy from local, add missing files
250c563
[tool.poetry] | |
name = "samgis-lisa-on-cuda" | |
version = "1.6.0" | |
description = "A VLM backend for machine learning instance segmentation on geospatial data that uses LISA (Reasoning Segmentation via Large Language Model). This demo uses a dedicated GPU." | |
authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"] | |
license = "MIT license" | |
readme = "README.md" | |
package-mode = false | |
[metadata] | |
name = "samgis-lisa-on-cuda" | |
version = "1.6.0" | |
[tool.poetry.dependencies] | |
python = ">=3.10,<3.11" | |
samgis-lisa = "1.0.8" | |
[tool.poetry.group.test] | |
optional = true | |
[tool.poetry.group.test.dependencies] | |
pytest = "^8.2.2" | |
pytest-cov = "^5.0.0" | |
httpx = "^0.27.0" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |