File size: 1,275 Bytes
0914710
dfd3805
 
 
0914710
dfd3805
0914710
dfd3805
0914710
fcb8c81
dfd3805
 
00f8875
e627300
8ced4d2
 
 
 
 
 
 
 
 
 
 
 
 
 
c2de824
8ced4d2
 
 
 
 
 
 
 
 
 
 
 
dfd3805
 
 
 
 
 
 
 
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[tool.poetry]
name = "samgis-lisa-on-zero"
version = "1.5.6"
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 <alessandro@trinca.tornidor.com>"]
license = "MIT license"
readme = "README.md"
package-mode = false

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

[tool.poetry.dependencies]
bitsandbytes = "^0.42.0"
einops = "^0.8.0"
fastapi = "^0.111.0"
markdown2 = "^2.4.13"
nh3 = "^0.2.18"
numpy = [
    {version = "1.25.2", python = "~3.10"},
    {version = "^1.26", python = "~3.11"}
]
openai = "^1.35.12"
opencv-python-headless = "4.8.1.78"
packaging = "^24.1"
peft-patched = "0.9.3"
pycocotools = "^2.0.8"
python = ">=3.10, <3.11"
requests = "^2.32.3"
samgis-core = "3.0.13"
samgis-web = "1.0.14"
scipy = "^1.14.0"
sentencepiece = "^0.2.0"
shortuuid = "^1.0.13"
spaces = "0.30.2"
torch = "2.4.0"
torchvision = "0.19.0"
tqdm = "^4.66.4"
transformers-backport = "4.31.2"
uvicorn = "^0.30.1"

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