alessandro trinca tornidor
commited on
Commit
•
e27a330
1
Parent(s):
62c986b
chore: update to version 1.5.0
Browse files- poetry.lock +0 -0
- pyproject.toml +9 -47
poetry.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
pyproject.toml
CHANGED
@@ -1,65 +1,27 @@
|
|
1 |
[tool.poetry]
|
2 |
name = "samgis-lisa-on-cuda"
|
3 |
-
version = "1.
|
4 |
-
description = "A VLM backend for machine learning instance segmentation on geospatial data that uses LISA (Reasoning Segmentation via Large Language Model)."
|
5 |
authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
|
6 |
license = "MIT license"
|
7 |
readme = "README.md"
|
|
|
8 |
|
9 |
[metadata]
|
10 |
name = "samgis-lisa-on-cuda"
|
11 |
-
version = "1.
|
12 |
|
13 |
[tool.poetry.dependencies]
|
14 |
-
|
15 |
-
|
16 |
-
geopandas = "^0.14.3"
|
17 |
-
loguru = "^0.7.2"
|
18 |
-
numpy = "1.25.2"
|
19 |
-
opencv-python-headless = "^4.8.1.78"
|
20 |
-
pillow = "^10.2.0"
|
21 |
-
python = "~3.10"
|
22 |
-
python-dotenv = "^1.0.1"
|
23 |
-
rasterio = "^1.3.9"
|
24 |
-
requests = "^2.31.0"
|
25 |
-
samgis-core = "1.2.1"
|
26 |
-
lisa-on-cuda = "1.2.4"
|
27 |
-
|
28 |
-
[tool.poetry.group.aws_lambda]
|
29 |
-
optional = true
|
30 |
-
|
31 |
-
[tool.poetry.group.aws_lambda.dependencies]
|
32 |
-
aws-lambda-powertools = "^2.30.2"
|
33 |
-
awslambdaric = "^2.0.10"
|
34 |
-
jmespath = "^1.0.1"
|
35 |
-
pydantic = "^2.5.3"
|
36 |
|
37 |
[tool.poetry.group.test]
|
38 |
optional = true
|
39 |
|
40 |
[tool.poetry.group.test.dependencies]
|
41 |
-
pytest = "
|
42 |
-
pytest-cov = "
|
43 |
-
|
44 |
-
httpx = "^0.26.0"
|
45 |
-
|
46 |
-
[tool.poetry.group.docs]
|
47 |
-
optional = true
|
48 |
-
|
49 |
-
[tool.poetry.group.docs.dependencies]
|
50 |
-
sphinx = "^7.2.6"
|
51 |
-
sphinx-autodoc-typehints = "^1.25.2"
|
52 |
-
sphinxcontrib-openapi = "^0.8.4"
|
53 |
-
myst-parser = "^2.0.0"
|
54 |
-
|
55 |
-
[tool.poetry.group.fastapi]
|
56 |
-
optional = true
|
57 |
-
|
58 |
-
[tool.poetry.group.fastapi.dependencies]
|
59 |
-
fastapi = "^0.110.0"
|
60 |
-
loguru = "^0.7.2"
|
61 |
-
pydantic = "^2.6.3"
|
62 |
-
uvicorn = "^0.28.0"
|
63 |
|
64 |
[build-system]
|
65 |
requires = ["poetry-core"]
|
|
|
1 |
[tool.poetry]
|
2 |
name = "samgis-lisa-on-cuda"
|
3 |
+
version = "1.5.0"
|
4 |
+
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."
|
5 |
authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
|
6 |
license = "MIT license"
|
7 |
readme = "README.md"
|
8 |
+
package-mode = false
|
9 |
|
10 |
[metadata]
|
11 |
name = "samgis-lisa-on-cuda"
|
12 |
+
version = "1.5.0"
|
13 |
|
14 |
[tool.poetry.dependencies]
|
15 |
+
python = ">=3.10,<3.11"
|
16 |
+
samgis-lisa = "1.0.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
[tool.poetry.group.test]
|
19 |
optional = true
|
20 |
|
21 |
[tool.poetry.group.test.dependencies]
|
22 |
+
pytest = "^8.2.2"
|
23 |
+
pytest-cov = "^5.0.0"
|
24 |
+
httpx = "^0.27.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
[build-system]
|
27 |
requires = ["poetry-core"]
|