alessandro trinca tornidor
commited on
Commit
·
edb699d
1
Parent(s):
606a7d7
chore: update samgis-web==1.2.6
Browse files- poetry.lock +8 -8
- pyproject.toml +1 -1
poetry.lock
CHANGED
|
@@ -2720,14 +2720,14 @@ dev = ["pytest"]
|
|
| 2720 |
|
| 2721 |
[[package]]
|
| 2722 |
name = "samgis-core"
|
| 2723 |
-
version = "3.
|
| 2724 |
description = "SamGIS CORE"
|
| 2725 |
optional = false
|
| 2726 |
python-versions = "<3.13,>=3.10"
|
| 2727 |
groups = ["main"]
|
| 2728 |
files = [
|
| 2729 |
-
{file = "samgis_core-3.
|
| 2730 |
-
{file = "samgis_core-3.
|
| 2731 |
]
|
| 2732 |
|
| 2733 |
[package.dependencies]
|
|
@@ -2739,14 +2739,14 @@ structlog = ">=25.2.0,<26.0.0"
|
|
| 2739 |
|
| 2740 |
[[package]]
|
| 2741 |
name = "samgis-web"
|
| 2742 |
-
version = "1.2.
|
| 2743 |
description = "SamGIS WEB"
|
| 2744 |
optional = false
|
| 2745 |
python-versions = "<3.13,>=3.10"
|
| 2746 |
groups = ["main"]
|
| 2747 |
files = [
|
| 2748 |
-
{file = "samgis_web-1.2.
|
| 2749 |
-
{file = "samgis_web-1.2.
|
| 2750 |
]
|
| 2751 |
|
| 2752 |
[package.dependencies]
|
|
@@ -2757,7 +2757,7 @@ geopandas = ">=1.0.1,<2.0.0"
|
|
| 2757 |
jinja2 = ">=3.1.4,<4.0.0"
|
| 2758 |
rasterio = ">=1.3.10,<2.0.0"
|
| 2759 |
requests = ">=2.32.3,<3.0.0"
|
| 2760 |
-
samgis-core = "3.
|
| 2761 |
shapely = ">=2.0.5,<3.0.0"
|
| 2762 |
uvicorn = ">=0.32.0,<0.33.0"
|
| 2763 |
|
|
@@ -3436,4 +3436,4 @@ files = [
|
|
| 3436 |
[metadata]
|
| 3437 |
lock-version = "2.1"
|
| 3438 |
python-versions = ">=3.10, <3.13"
|
| 3439 |
-
content-hash = "
|
|
|
|
| 2720 |
|
| 2721 |
[[package]]
|
| 2722 |
name = "samgis-core"
|
| 2723 |
+
version = "3.4.0"
|
| 2724 |
description = "SamGIS CORE"
|
| 2725 |
optional = false
|
| 2726 |
python-versions = "<3.13,>=3.10"
|
| 2727 |
groups = ["main"]
|
| 2728 |
files = [
|
| 2729 |
+
{file = "samgis_core-3.4.0-py3-none-any.whl", hash = "sha256:76ec3bba3d96f79751f582b3d2057ef801b7a1637993e148ff145a7614d061be"},
|
| 2730 |
+
{file = "samgis_core-3.4.0.tar.gz", hash = "sha256:06377476b35c4e8d8365040868c04591b5edf7f949f085a2ae8da79cfb31634d"},
|
| 2731 |
]
|
| 2732 |
|
| 2733 |
[package.dependencies]
|
|
|
|
| 2739 |
|
| 2740 |
[[package]]
|
| 2741 |
name = "samgis-web"
|
| 2742 |
+
version = "1.2.6"
|
| 2743 |
description = "SamGIS WEB"
|
| 2744 |
optional = false
|
| 2745 |
python-versions = "<3.13,>=3.10"
|
| 2746 |
groups = ["main"]
|
| 2747 |
files = [
|
| 2748 |
+
{file = "samgis_web-1.2.6-py3-none-any.whl", hash = "sha256:8b3ce5060ee947c527da9864fc95904b0bdd64a7c8b94883597fd8e8a103cad3"},
|
| 2749 |
+
{file = "samgis_web-1.2.6.tar.gz", hash = "sha256:13be9fd31b2cf5c026f1ba0dceb39d684bac8a20b4e61fa2ec0cee3f7f9743e6"},
|
| 2750 |
]
|
| 2751 |
|
| 2752 |
[package.dependencies]
|
|
|
|
| 2757 |
jinja2 = ">=3.1.4,<4.0.0"
|
| 2758 |
rasterio = ">=1.3.10,<2.0.0"
|
| 2759 |
requests = ">=2.32.3,<3.0.0"
|
| 2760 |
+
samgis-core = "3.4.0"
|
| 2761 |
shapely = ">=2.0.5,<3.0.0"
|
| 2762 |
uvicorn = ">=0.32.0,<0.33.0"
|
| 2763 |
|
|
|
|
| 3436 |
[metadata]
|
| 3437 |
lock-version = "2.1"
|
| 3438 |
python-versions = ">=3.10, <3.13"
|
| 3439 |
+
content-hash = "e5a6c1ef46336cf639199859f5866cb539d4bc5c50811867efedef3d2396e982"
|
pyproject.toml
CHANGED
|
@@ -18,7 +18,7 @@ Demo = "https://huggingface.co/spaces/aletrn/samgis"
|
|
| 18 |
[tool.poetry.dependencies]
|
| 19 |
python = ">=3.10, <3.13"
|
| 20 |
onnxruntime = "^1.20.1"
|
| 21 |
-
samgis-web = "1.2.
|
| 22 |
|
| 23 |
[tool.poetry.group.gradio]
|
| 24 |
optional = true
|
|
|
|
| 18 |
[tool.poetry.dependencies]
|
| 19 |
python = ">=3.10, <3.13"
|
| 20 |
onnxruntime = "^1.20.1"
|
| 21 |
+
samgis-web = "1.2.6"
|
| 22 |
|
| 23 |
[tool.poetry.group.gradio]
|
| 24 |
optional = true
|