alessandro trinca tornidor commited on
Commit
217ced2
1 Parent(s): 009261a

[chore] update lisa-on-cuda dependency

Browse files
Files changed (2) hide show
  1. poetry.lock +4 -4
  2. pyproject.toml +3 -3
poetry.lock CHANGED
@@ -1410,13 +1410,13 @@ files = [
1410
 
1411
  [[package]]
1412
  name = "lisa-on-cuda"
1413
- version = "1.0.3"
1414
  description = ""
1415
  optional = false
1416
  python-versions = ">=3.10,<3.11"
1417
  files = [
1418
- {file = "lisa_on_cuda-1.0.3-py3-none-any.whl", hash = "sha256:e60e4abc5905c3fc29ff739430f480edeb6b4b192d1cd3aecf752d57fdfe34bd"},
1419
- {file = "lisa_on_cuda-1.0.3.tar.gz", hash = "sha256:cdf7f61ffa1c66c7e5001d691c09cc98b901ec089e5ef3d96ba17a0cf27679bd"},
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 = "99c7d41a0f92e6971da37bd09ad0857f7654fd1304524b9d182f0c2fffced075"
 
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.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"
@@ -8,7 +8,7 @@ readme = "README.md"
8
 
9
  [metadata]
10
  name = "samgis-lisa-on-cuda"
11
- version = "1.3.1"
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.3"
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 <alessandro@trinca.tornidor.com>"]
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]