alessandro trinca tornidor
commited on
Commit
·
217ced2
1
Parent(s):
009261a
[chore] update lisa-on-cuda dependency
Browse files- poetry.lock +4 -4
- pyproject.toml +3 -3
poetry.lock
CHANGED
|
@@ -1410,13 +1410,13 @@ files = [
|
|
| 1410 |
|
| 1411 |
[[package]]
|
| 1412 |
name = "lisa-on-cuda"
|
| 1413 |
-
version = "1.0.
|
| 1414 |
description = ""
|
| 1415 |
optional = false
|
| 1416 |
python-versions = ">=3.10,<3.11"
|
| 1417 |
files = [
|
| 1418 |
-
{file = "lisa_on_cuda-1.0.
|
| 1419 |
-
{file = "lisa_on_cuda-1.0.
|
| 1420 |
]
|
| 1421 |
|
| 1422 |
[package.dependencies]
|
|
@@ -4383,4 +4383,4 @@ files = [
|
|
| 4383 |
[metadata]
|
| 4384 |
lock-version = "2.0"
|
| 4385 |
python-versions = "~3.10"
|
| 4386 |
-
content-hash = "
|
|
|
|
| 1410 |
|
| 1411 |
[[package]]
|
| 1412 |
name = "lisa-on-cuda"
|
| 1413 |
+
version = "1.0.4"
|
| 1414 |
description = ""
|
| 1415 |
optional = false
|
| 1416 |
python-versions = ">=3.10,<3.11"
|
| 1417 |
files = [
|
| 1418 |
+
{file = "lisa_on_cuda-1.0.4-py3-none-any.whl", hash = "sha256:9fa7742373ba23f5572127d01af05d5fcebf030e2744f5b884a6acff91821891"},
|
| 1419 |
+
{file = "lisa_on_cuda-1.0.4.tar.gz", hash = "sha256:59236acb60e511101a266280b912a6cee8ea174a3470ec591a83ed8a787b9480"},
|
| 1420 |
]
|
| 1421 |
|
| 1422 |
[package.dependencies]
|
|
|
|
| 4383 |
[metadata]
|
| 4384 |
lock-version = "2.0"
|
| 4385 |
python-versions = "~3.10"
|
| 4386 |
+
content-hash = "09fb583de6a4c6e81ade515c5231b71b33c2b1d33f80398eafe1a206fa4fc257"
|
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "samgis-lisa-on-cuda"
|
| 3 |
-
version = "1.3.
|
| 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 <[email protected]>"]
|
| 6 |
license = "MIT license"
|
|
@@ -8,7 +8,7 @@ readme = "README.md"
|
|
| 8 |
|
| 9 |
[metadata]
|
| 10 |
name = "samgis-lisa-on-cuda"
|
| 11 |
-
version = "1.3.
|
| 12 |
|
| 13 |
[tool.poetry.dependencies]
|
| 14 |
bson = "^0.5.10"
|
|
@@ -23,7 +23,7 @@ python = "~3.10"
|
|
| 23 |
python-dotenv = "^1.0.1"
|
| 24 |
rasterio = "^1.3.9"
|
| 25 |
requests = "^2.31.0"
|
| 26 |
-
lisa-on-cuda = "^1.0.
|
| 27 |
samgis-core = "^1.0.7"
|
| 28 |
|
| 29 |
[tool.poetry.group.aws_lambda]
|
|
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "samgis-lisa-on-cuda"
|
| 3 |
+
version = "1.3.2"
|
| 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 <[email protected]>"]
|
| 6 |
license = "MIT license"
|
|
|
|
| 8 |
|
| 9 |
[metadata]
|
| 10 |
name = "samgis-lisa-on-cuda"
|
| 11 |
+
version = "1.3.2"
|
| 12 |
|
| 13 |
[tool.poetry.dependencies]
|
| 14 |
bson = "^0.5.10"
|
|
|
|
| 23 |
python-dotenv = "^1.0.1"
|
| 24 |
rasterio = "^1.3.9"
|
| 25 |
requests = "^2.31.0"
|
| 26 |
+
lisa-on-cuda = "^1.0.4"
|
| 27 |
samgis-core = "^1.0.7"
|
| 28 |
|
| 29 |
[tool.poetry.group.aws_lambda]
|