alessandro trinca tornidor commited on
Commit
af471d8
1 Parent(s): e0247c1

chore: update samgis-lisa == 1.0.2 with gradio == 4.44.0, bump samgis-lisa-on-zero to version 1.5.1

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. poetry.lock +0 -0
  3. pyproject.toml +3 -3
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🗺️
4
  colorFrom: red
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 4.40.0
8
  app_file: app.py
9
  pinned: true
10
  license: mit
 
4
  colorFrom: red
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: true
10
  license: mit
poetry.lock CHANGED
The diff for this file is too large to render. See raw diff
 
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [tool.poetry]
2
  name = "samgis-lisa-on-zero"
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)."
5
  authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
6
  license = "MIT license"
@@ -9,11 +9,11 @@ package-mode = false
9
 
10
  [metadata]
11
  name = "samgis-lisa-on-zero"
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
 
1
  [tool.poetry]
2
  name = "samgis-lisa-on-zero"
3
+ version = "1.5.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"
 
9
 
10
  [metadata]
11
  name = "samgis-lisa-on-zero"
12
+ version = "1.5.1"
13
 
14
  [tool.poetry.dependencies]
15
  python = ">=3.10,<3.11"
16
+ samgis-lisa = "1.0.2"
17
 
18
  [tool.poetry.group.test]
19
  optional = true