File size: 716 Bytes
0914710
8783164
af471d8
5350122
0914710
 
 
596e292
0914710
fcb8c81
8783164
af471d8
fcb8c81
0914710
596e292
af471d8
0914710
00f8875
 
 
 
 
 
 
 
0914710
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[tool.poetry]
name = "samgis-lisa-on-zero"
version = "1.5.1"
description = "A VLM backend for machine learning instance segmentation on geospatial data that uses LISA (Reasoning Segmentation via Large Language Model)."
authors = ["alessandro trinca tornidor <[email protected]>"]
license = "MIT license"
readme = "README.md"
package-mode = false

[metadata]
name = "samgis-lisa-on-zero"
version = "1.5.1"

[tool.poetry.dependencies]
python = ">=3.10,<3.11"
samgis-lisa = "1.0.2"

[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"