aletrn commited on
Commit
56e9160
·
1 Parent(s): 6a1f059

[chore] backend: update dependencies (samgis-core to version 2.0.1), bump to version 1.5.3

Browse files
Files changed (2) hide show
  1. poetry.lock +0 -0
  2. pyproject.toml +3 -3
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.5.2"
4
  description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
5
  authors = ["alessandro trinca tornidor <[email protected]>"]
6
  license = "MIT license"
@@ -8,7 +8,7 @@ readme = "README.md"
8
 
9
  [metadata]
10
  name = "samgis"
11
- version = "1.5.2"
12
 
13
  [tool.poetry.urls]
14
  Source = "https://github.com/trincadev/samgis-be"
@@ -28,7 +28,7 @@ python = ">=3.10, <3.12"
28
  python-dotenv = "^1.0.1"
29
  rasterio = "^1.3.9"
30
  requests = "^2.31.0"
31
- samgis-core = "~2.0.0"
32
 
33
  [tool.poetry.group.aws_lambda]
34
  optional = true
 
1
  [tool.poetry]
2
  name = "samgis"
3
+ version = "1.5.3"
4
  description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
5
  authors = ["alessandro trinca tornidor <[email protected]>"]
6
  license = "MIT license"
 
8
 
9
  [metadata]
10
  name = "samgis"
11
+ version = "1.5.3"
12
 
13
  [tool.poetry.urls]
14
  Source = "https://github.com/trincadev/samgis-be"
 
28
  python-dotenv = "^1.0.1"
29
  rasterio = "^1.3.9"
30
  requests = "^2.31.0"
31
+ samgis-core = "2.0.1"
32
 
33
  [tool.poetry.group.aws_lambda]
34
  optional = true