aletrn commited on
Commit
674e242
·
1 Parent(s): 25d7ddd

chore: update dependencies, bump to version 1.9.0

Browse files
Files changed (2) hide show
  1. poetry.lock +0 -0
  2. pyproject.toml +5 -5
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"
3
- version = "1.8.2"
4
  description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
5
  authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
6
  license = "MIT license"
@@ -9,7 +9,7 @@ package-mode = false
9
 
10
  [metadata]
11
  name = "samgis"
12
- version = "1.8.2"
13
 
14
  [tool.poetry.urls]
15
  Source = "https://github.com/trincadev/samgis-be"
@@ -17,14 +17,14 @@ Demo = "https://huggingface.co/spaces/aletrn/samgis"
17
 
18
  [tool.poetry.dependencies]
19
  python = ">=3.10, <3.13"
20
- onnxruntime = "^1.20.0"
21
- samgis-web = "1.1.2"
22
 
23
  [tool.poetry.group.gradio]
24
  optional = true
25
 
26
  [tool.poetry.group.gradio.dependencies]
27
- gradio = "^5.1.0"
28
 
29
  [tool.poetry.group.test]
30
  optional = true
 
1
  [tool.poetry]
2
  name = "samgis"
3
+ version = "1.9.0"
4
  description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
5
  authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
6
  license = "MIT license"
 
9
 
10
  [metadata]
11
  name = "samgis"
12
+ version = "1.9.0"
13
 
14
  [tool.poetry.urls]
15
  Source = "https://github.com/trincadev/samgis-be"
 
17
 
18
  [tool.poetry.dependencies]
19
  python = ">=3.10, <3.13"
20
+ onnxruntime = "^1.20.1"
21
+ samgis-web = "1.2.0"
22
 
23
  [tool.poetry.group.gradio]
24
  optional = true
25
 
26
  [tool.poetry.group.gradio.dependencies]
27
+ gradio = "^5.8.0"
28
 
29
  [tool.poetry.group.test]
30
  optional = true