samgis_core 2.0.1__tar.gz → 2.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: samgis_core
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: SamGIS CORE
5
5
  License: MIT
6
6
  Author: alessandro trinca tornidor
@@ -14,8 +14,8 @@ Requires-Dist: bson (>=0.5.10,<0.6.0)
14
14
  Requires-Dist: loguru (>=0.7.2,<0.8.0)
15
15
  Requires-Dist: numpy (==1.25.2) ; python_version >= "3.10" and python_version < "3.11"
16
16
  Requires-Dist: numpy (>=1.26,<2.0) ; python_version >= "3.11" and python_version < "3.12"
17
- Requires-Dist: onnxruntime (==1.17.3)
18
- Requires-Dist: pillow (>=10.2.0,<11.0.0)
17
+ Requires-Dist: onnxruntime (>=1.18.1,<2.0.0)
18
+ Requires-Dist: pillow (>=10.4.0,<11.0.0)
19
19
  Project-URL: Source, https://gitlab.com/aletrn/samgis_core
20
20
  Description-Content-Type: text/markdown
21
21
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "samgis_core"
3
- version = "2.0.1"
3
+ version = "2.0.2"
4
4
  description = "SamGIS CORE"
5
5
  authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
6
6
  license = "MIT license"
@@ -8,7 +8,7 @@ readme = "README.md"
8
8
 
9
9
  [metadata]
10
10
  name = "samgis_core"
11
- version = "2.0.1"
11
+ version = "2.0.2"
12
12
 
13
13
  [tool.poetry.urls]
14
14
  Source = "https://gitlab.com/aletrn/samgis_core"
@@ -18,9 +18,9 @@ numpy = [
18
18
  {version = "1.25.2", python = "~3.10"},
19
19
  {version = "^1.26", python = "~3.11"}
20
20
  ]
21
- pillow = "^10.2.0"
21
+ pillow = "^10.4.0"
22
22
  python = ">=3.10, <3.12"
23
- onnxruntime = "1.17.3"
23
+ onnxruntime = "^1.18.1"
24
24
  loguru = "^0.7.2"
25
25
  bson = "^0.5.10"
26
26
 
@@ -28,8 +28,8 @@ bson = "^0.5.10"
28
28
  optional = true
29
29
 
30
30
  [tool.poetry.group.test.dependencies]
31
- pytest = "^7.4.3"
32
- pytest-cov = "^4.1.0"
31
+ pytest = "^8.2.2"
32
+ pytest-cov = "^5.0.0"
33
33
 
34
34
  [build-system]
35
35
  requires = ["poetry-core"]
File without changes
File without changes