Merge branch 'docker_trixie'
Browse files- Dockerfile +1 -1
- poetry.lock +104 -114
- pyproject.toml +3 -3
- static/package.json +3 -2
- static/pnpm-lock.yaml +115 -115
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM registry.gitlab.com/aletrn/gis-prediction:1.11.
|
2 |
|
3 |
# Include global arg in this stage of the build
|
4 |
ARG WORKDIR_ROOT="/var/task"
|
|
|
1 |
+
FROM registry.gitlab.com/aletrn/gis-prediction:1.11.11
|
2 |
|
3 |
# Include global arg in this stage of the build
|
4 |
ARG WORKDIR_ROOT="/var/task"
|
poetry.lock
CHANGED
@@ -389,7 +389,6 @@ files = [
|
|
389 |
{file = "click-8.2.1-py3-none-any.whl", hash = "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b"},
|
390 |
{file = "click-8.2.1.tar.gz", hash = "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202"},
|
391 |
]
|
392 |
-
markers = {gradio = "sys_platform != \"emscripten\""}
|
393 |
|
394 |
[package.dependencies]
|
395 |
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
@@ -882,70 +881,70 @@ files = [
|
|
882 |
|
883 |
[[package]]
|
884 |
name = "fonttools"
|
885 |
-
version = "4.
|
886 |
description = "Tools to manipulate font files"
|
887 |
optional = false
|
888 |
python-versions = ">=3.9"
|
889 |
groups = ["main"]
|
890 |
files = [
|
891 |
-
{file = "fonttools-4.
|
892 |
-
{file = "fonttools-4.
|
893 |
-
{file = "fonttools-4.
|
894 |
-
{file = "fonttools-4.
|
895 |
-
{file = "fonttools-4.
|
896 |
-
{file = "fonttools-4.
|
897 |
-
{file = "fonttools-4.
|
898 |
-
{file = "fonttools-4.
|
899 |
-
{file = "fonttools-4.
|
900 |
-
{file = "fonttools-4.
|
901 |
-
{file = "fonttools-4.
|
902 |
-
{file = "fonttools-4.
|
903 |
-
{file = "fonttools-4.
|
904 |
-
{file = "fonttools-4.
|
905 |
-
{file = "fonttools-4.
|
906 |
-
{file = "fonttools-4.
|
907 |
-
{file = "fonttools-4.
|
908 |
-
{file = "fonttools-4.
|
909 |
-
{file = "fonttools-4.
|
910 |
-
{file = "fonttools-4.
|
911 |
-
{file = "fonttools-4.
|
912 |
-
{file = "fonttools-4.
|
913 |
-
{file = "fonttools-4.
|
914 |
-
{file = "fonttools-4.
|
915 |
-
{file = "fonttools-4.
|
916 |
-
{file = "fonttools-4.
|
917 |
-
{file = "fonttools-4.
|
918 |
-
{file = "fonttools-4.
|
919 |
-
{file = "fonttools-4.
|
920 |
-
{file = "fonttools-4.
|
921 |
-
{file = "fonttools-4.
|
922 |
-
{file = "fonttools-4.
|
923 |
-
{file = "fonttools-4.
|
924 |
-
{file = "fonttools-4.
|
925 |
-
{file = "fonttools-4.
|
926 |
-
{file = "fonttools-4.
|
927 |
-
{file = "fonttools-4.
|
928 |
-
{file = "fonttools-4.
|
929 |
-
{file = "fonttools-4.
|
930 |
-
{file = "fonttools-4.
|
931 |
-
{file = "fonttools-4.
|
932 |
-
{file = "fonttools-4.
|
933 |
-
{file = "fonttools-4.
|
934 |
-
{file = "fonttools-4.
|
935 |
-
{file = "fonttools-4.
|
936 |
-
{file = "fonttools-4.
|
937 |
-
{file = "fonttools-4.
|
938 |
-
{file = "fonttools-4.
|
939 |
-
{file = "fonttools-4.
|
940 |
-
{file = "fonttools-4.
|
941 |
-
{file = "fonttools-4.
|
942 |
-
{file = "fonttools-4.
|
943 |
-
{file = "fonttools-4.
|
944 |
-
{file = "fonttools-4.
|
945 |
-
{file = "fonttools-4.
|
946 |
-
{file = "fonttools-4.
|
947 |
-
{file = "fonttools-4.
|
948 |
-
{file = "fonttools-4.
|
949 |
]
|
950 |
|
951 |
[package.extras]
|
@@ -1063,14 +1062,14 @@ timezone = ["pytz"]
|
|
1063 |
|
1064 |
[[package]]
|
1065 |
name = "gradio"
|
1066 |
-
version = "5.
|
1067 |
description = "Python library for easily interacting with trained machine learning models"
|
1068 |
optional = false
|
1069 |
python-versions = ">=3.10"
|
1070 |
groups = ["gradio"]
|
1071 |
files = [
|
1072 |
-
{file = "gradio-5.
|
1073 |
-
{file = "gradio-5.
|
1074 |
]
|
1075 |
|
1076 |
[package.dependencies]
|
@@ -1094,18 +1093,17 @@ pydantic = ">=2.0,<2.12"
|
|
1094 |
pydub = "*"
|
1095 |
python-multipart = ">=0.0.18"
|
1096 |
pyyaml = ">=5.0,<7.0"
|
1097 |
-
ruff =
|
1098 |
safehttpx = ">=0.1.6,<0.2.0"
|
1099 |
semantic-version = ">=2.0,<3.0"
|
1100 |
-
starlette =
|
1101 |
tomlkit = ">=0.12.0,<0.14.0"
|
1102 |
-
typer =
|
1103 |
typing-extensions = ">=4.0,<5.0"
|
1104 |
-
|
1105 |
-
uvicorn = {version = ">=0.14.0", markers = "sys_platform != \"emscripten\""}
|
1106 |
|
1107 |
[package.extras]
|
1108 |
-
mcp = ["mcp (==1.10.1)", "pydantic (>=2.11)
|
1109 |
oauth = ["authlib", "itsdangerous"]
|
1110 |
|
1111 |
[[package]]
|
@@ -1157,21 +1155,21 @@ files = [
|
|
1157 |
|
1158 |
[[package]]
|
1159 |
name = "hf-xet"
|
1160 |
-
version = "1.1.
|
1161 |
description = "Fast transfer of large files with the Hugging Face Hub."
|
1162 |
optional = false
|
1163 |
python-versions = ">=3.8"
|
1164 |
groups = ["gradio"]
|
1165 |
markers = "platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"arm64\" or platform_machine == \"aarch64\""
|
1166 |
files = [
|
1167 |
-
{file = "hf_xet-1.1.
|
1168 |
-
{file = "hf_xet-1.1.
|
1169 |
-
{file = "hf_xet-1.1.
|
1170 |
-
{file = "hf_xet-1.1.
|
1171 |
-
{file = "hf_xet-1.1.
|
1172 |
-
{file = "hf_xet-1.1.
|
1173 |
-
{file = "hf_xet-1.1.
|
1174 |
-
{file = "hf_xet-1.1.
|
1175 |
]
|
1176 |
|
1177 |
[package.extras]
|
@@ -1227,14 +1225,14 @@ zstd = ["zstandard (>=0.18.0)"]
|
|
1227 |
|
1228 |
[[package]]
|
1229 |
name = "huggingface-hub"
|
1230 |
-
version = "0.
|
1231 |
description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
|
1232 |
optional = false
|
1233 |
python-versions = ">=3.8.0"
|
1234 |
groups = ["gradio"]
|
1235 |
files = [
|
1236 |
-
{file = "huggingface_hub-0.
|
1237 |
-
{file = "huggingface_hub-0.
|
1238 |
]
|
1239 |
|
1240 |
[package.dependencies]
|
@@ -1248,19 +1246,19 @@ tqdm = ">=4.42.1"
|
|
1248 |
typing-extensions = ">=3.7.4.3"
|
1249 |
|
1250 |
[package.extras]
|
1251 |
-
all = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "authlib (>=1.3.2)", "fastapi", "gradio (>=4.0.0)", "httpx", "itsdangerous", "jedi", "libcst (>=1.4.0)", "mypy (==1.15.0) ; python_version >= \"3.9\"", "mypy (>=1.14.1,<1.15.0) ; python_version == \"3.8\"", "numpy", "pytest (>=8.1.1,<8.2.2)", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-mock", "pytest-rerunfailures", "pytest-vcr", "pytest-xdist", "ruff (>=0.9.0)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "typing-extensions (>=4.8.0)", "urllib3 (<2.0)"]
|
1252 |
cli = ["InquirerPy (==0.3.4)"]
|
1253 |
-
dev = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "authlib (>=1.3.2)", "fastapi", "gradio (>=4.0.0)", "httpx", "itsdangerous", "jedi", "libcst (>=1.4.0)", "mypy (==1.15.0) ; python_version >= \"3.9\"", "mypy (>=1.14.1,<1.15.0) ; python_version == \"3.8\"", "numpy", "pytest (>=8.1.1,<8.2.2)", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-mock", "pytest-rerunfailures", "pytest-vcr", "pytest-xdist", "ruff (>=0.9.0)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "typing-extensions (>=4.8.0)", "urllib3 (<2.0)"]
|
1254 |
fastai = ["fastai (>=2.4)", "fastcore (>=1.3.27)", "toml"]
|
1255 |
hf-transfer = ["hf-transfer (>=0.1.4)"]
|
1256 |
hf-xet = ["hf-xet (>=1.1.2,<2.0.0)"]
|
1257 |
inference = ["aiohttp"]
|
1258 |
mcp = ["aiohttp", "mcp (>=1.8.0)", "typer"]
|
1259 |
oauth = ["authlib (>=1.3.2)", "fastapi", "httpx", "itsdangerous"]
|
1260 |
-
quality = ["libcst (>=1.4.0)", "mypy (==1.15.0) ; python_version >= \"3.9\"", "mypy (>=1.14.1,<1.15.0) ; python_version == \"3.8\"", "ruff (>=0.9.0)"]
|
1261 |
tensorflow = ["graphviz", "pydot", "tensorflow"]
|
1262 |
tensorflow-testing = ["keras (<3.0)", "tensorflow"]
|
1263 |
-
testing = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "authlib (>=1.3.2)", "fastapi", "gradio (>=4.0.0)", "httpx", "itsdangerous", "jedi", "numpy", "pytest (>=8.1.1,<8.2.2)", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-mock", "pytest-rerunfailures", "pytest-vcr", "pytest-xdist", "soundfile", "urllib3 (<2.0)"]
|
1264 |
torch = ["safetensors[torch]", "torch"]
|
1265 |
typing = ["types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "typing-extensions (>=4.8.0)"]
|
1266 |
|
@@ -1507,7 +1505,6 @@ files = [
|
|
1507 |
{file = "markdown-it-py-3.0.0.tar.gz", hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"},
|
1508 |
{file = "markdown_it_py-3.0.0-py3-none-any.whl", hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1"},
|
1509 |
]
|
1510 |
-
markers = {gradio = "sys_platform != \"emscripten\""}
|
1511 |
|
1512 |
[package.dependencies]
|
1513 |
mdurl = ">=0.1,<1.0"
|
@@ -1703,7 +1700,6 @@ files = [
|
|
1703 |
{file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"},
|
1704 |
{file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"},
|
1705 |
]
|
1706 |
-
markers = {gradio = "sys_platform != \"emscripten\""}
|
1707 |
|
1708 |
[[package]]
|
1709 |
name = "mercantile"
|
@@ -2318,33 +2314,33 @@ testing = ["coverage", "pytest", "pytest-benchmark"]
|
|
2318 |
|
2319 |
[[package]]
|
2320 |
name = "protobuf"
|
2321 |
-
version = "6.32.
|
2322 |
description = ""
|
2323 |
optional = false
|
2324 |
python-versions = ">=3.9"
|
2325 |
groups = ["main"]
|
2326 |
files = [
|
2327 |
-
{file = "protobuf-6.32.
|
2328 |
-
{file = "protobuf-6.32.
|
2329 |
-
{file = "protobuf-6.32.
|
2330 |
-
{file = "protobuf-6.32.
|
2331 |
-
{file = "protobuf-6.32.
|
2332 |
-
{file = "protobuf-6.32.
|
2333 |
-
{file = "protobuf-6.32.
|
2334 |
-
{file = "protobuf-6.32.
|
2335 |
-
{file = "protobuf-6.32.
|
2336 |
]
|
2337 |
|
2338 |
[[package]]
|
2339 |
name = "pydantic"
|
2340 |
-
version = "2.11.
|
2341 |
description = "Data validation using Python type hints"
|
2342 |
optional = false
|
2343 |
python-versions = ">=3.9"
|
2344 |
groups = ["main", "gradio"]
|
2345 |
files = [
|
2346 |
-
{file = "pydantic-2.11.
|
2347 |
-
{file = "pydantic-2.11.
|
2348 |
]
|
2349 |
|
2350 |
[package.dependencies]
|
@@ -2492,7 +2488,6 @@ files = [
|
|
2492 |
{file = "pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b"},
|
2493 |
{file = "pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"},
|
2494 |
]
|
2495 |
-
markers = {gradio = "sys_platform != \"emscripten\""}
|
2496 |
|
2497 |
[package.extras]
|
2498 |
windows-terminal = ["colorama (>=0.4.6)"]
|
@@ -2551,14 +2546,14 @@ test = ["pytest", "pytest-cov"]
|
|
2551 |
|
2552 |
[[package]]
|
2553 |
name = "pyparsing"
|
2554 |
-
version = "3.2.
|
2555 |
-
description = "pyparsing
|
2556 |
optional = false
|
2557 |
python-versions = ">=3.9"
|
2558 |
groups = ["main"]
|
2559 |
files = [
|
2560 |
-
{file = "pyparsing-3.2.
|
2561 |
-
{file = "pyparsing-3.2.
|
2562 |
]
|
2563 |
|
2564 |
[package.extras]
|
@@ -2952,7 +2947,6 @@ description = "Render rich text, tables, progress bars, syntax highlighting, mar
|
|
2952 |
optional = false
|
2953 |
python-versions = ">=3.8.0"
|
2954 |
groups = ["gradio"]
|
2955 |
-
markers = "sys_platform != \"emscripten\""
|
2956 |
files = [
|
2957 |
{file = "rich-14.1.0-py3-none-any.whl", hash = "sha256:536f5f1785986d6dbdea3c75205c473f970777b4a0d6c6dd1b696aa05a3fa04f"},
|
2958 |
{file = "rich-14.1.0.tar.gz", hash = "sha256:e497a48b844b0320d45007cdebfeaeed8db2a4f4bcf49f15e455cfc4af11eaa8"},
|
@@ -3137,7 +3131,6 @@ description = "An extremely fast Python linter and code formatter, written in Ru
|
|
3137 |
optional = false
|
3138 |
python-versions = ">=3.7"
|
3139 |
groups = ["gradio"]
|
3140 |
-
markers = "sys_platform != \"emscripten\""
|
3141 |
files = [
|
3142 |
{file = "ruff-0.13.0-py3-none-linux_armv6l.whl", hash = "sha256:137f3d65d58ee828ae136a12d1dc33d992773d8f7644bc6b82714570f31b2004"},
|
3143 |
{file = "ruff-0.13.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:21ae48151b66e71fd111b7d79f9ad358814ed58c339631450c66a4be33cc28b9"},
|
@@ -3199,14 +3192,14 @@ structlog = ">=25.2.0,<26.0.0"
|
|
3199 |
|
3200 |
[[package]]
|
3201 |
name = "samgis-web"
|
3202 |
-
version = "1.2.
|
3203 |
description = "SamGIS WEB"
|
3204 |
optional = false
|
3205 |
python-versions = "<3.13,>=3.10"
|
3206 |
groups = ["main"]
|
3207 |
files = [
|
3208 |
-
{file = "samgis_web-1.2.
|
3209 |
-
{file = "samgis_web-1.2.
|
3210 |
]
|
3211 |
|
3212 |
[package.dependencies]
|
@@ -3302,7 +3295,6 @@ description = "Tool to Detect Surrounding Shell"
|
|
3302 |
optional = false
|
3303 |
python-versions = ">=3.7"
|
3304 |
groups = ["gradio"]
|
3305 |
-
markers = "sys_platform != \"emscripten\""
|
3306 |
files = [
|
3307 |
{file = "shellingham-1.5.4-py2.py3-none-any.whl", hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686"},
|
3308 |
{file = "shellingham-1.5.4.tar.gz", hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de"},
|
@@ -3712,7 +3704,6 @@ description = "Typer, build great CLIs. Easy to code. Based on Python type hints
|
|
3712 |
optional = false
|
3713 |
python-versions = ">=3.7"
|
3714 |
groups = ["gradio"]
|
3715 |
-
markers = "sys_platform != \"emscripten\""
|
3716 |
files = [
|
3717 |
{file = "typer-0.17.4-py3-none-any.whl", hash = "sha256:015534a6edaa450e7007eba705d5c18c3349dcea50a6ad79a5ed530967575824"},
|
3718 |
{file = "typer-0.17.4.tar.gz", hash = "sha256:b77dc07d849312fd2bb5e7f20a7af8985c7ec360c45b051ed5412f64d8dc1580"},
|
@@ -3792,7 +3783,6 @@ files = [
|
|
3792 |
{file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"},
|
3793 |
{file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"},
|
3794 |
]
|
3795 |
-
markers = {gradio = "sys_platform != \"emscripten\""}
|
3796 |
|
3797 |
[package.dependencies]
|
3798 |
click = ">=7.0"
|
@@ -3896,4 +3886,4 @@ files = [
|
|
3896 |
[metadata]
|
3897 |
lock-version = "2.1"
|
3898 |
python-versions = ">=3.10, <3.13"
|
3899 |
-
content-hash = "
|
|
|
389 |
{file = "click-8.2.1-py3-none-any.whl", hash = "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b"},
|
390 |
{file = "click-8.2.1.tar.gz", hash = "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202"},
|
391 |
]
|
|
|
392 |
|
393 |
[package.dependencies]
|
394 |
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
|
881 |
|
882 |
[[package]]
|
883 |
name = "fonttools"
|
884 |
+
version = "4.60.0"
|
885 |
description = "Tools to manipulate font files"
|
886 |
optional = false
|
887 |
python-versions = ">=3.9"
|
888 |
groups = ["main"]
|
889 |
files = [
|
890 |
+
{file = "fonttools-4.60.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:151282a235c36024168c21c02193e939e8b28c73d5fa0b36ae1072671d8fa134"},
|
891 |
+
{file = "fonttools-4.60.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:3f32cc42d485d9b1546463b9a7a92bdbde8aef90bac3602503e04c2ddb27e164"},
|
892 |
+
{file = "fonttools-4.60.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:336b89d169c40379b8ccef418c877edbc28840b553099c9a739b0db2bcbb57c5"},
|
893 |
+
{file = "fonttools-4.60.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:39a38d950b2b04cd6da729586e6b51d686b0c27d554a2154a6a35887f87c09b1"},
|
894 |
+
{file = "fonttools-4.60.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:7067dd03e0296907a5c6184285807cbb7bc0bf61a584ffebbf97c2b638d8641a"},
|
895 |
+
{file = "fonttools-4.60.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:342753fe1a1bd2e6896e7a4e936a67c0f441d6897bd11477f718e772d6e63e88"},
|
896 |
+
{file = "fonttools-4.60.0-cp310-cp310-win32.whl", hash = "sha256:0746c2b2b32087da2ac5f81e14d319c44cb21127d419bc60869daed089790e3d"},
|
897 |
+
{file = "fonttools-4.60.0-cp310-cp310-win_amd64.whl", hash = "sha256:b83b32e5e8918f8e0ccd79816fc2f914e30edc6969ab2df6baf4148e72dbcc11"},
|
898 |
+
{file = "fonttools-4.60.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:a9106c202d68ff5f9b4a0094c4d7ad2eaa7e9280f06427b09643215e706eb016"},
|
899 |
+
{file = "fonttools-4.60.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9da3a4a3f2485b156bb429b4f8faa972480fc01f553f7c8c80d05d48f17eec89"},
|
900 |
+
{file = "fonttools-4.60.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1f84de764c6057b2ffd4feb50ddef481d92e348f0c70f2c849b723118d352bf3"},
|
901 |
+
{file = "fonttools-4.60.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:800b3fa0d5c12ddff02179d45b035a23989a6c597a71c8035c010fff3b2ef1bb"},
|
902 |
+
{file = "fonttools-4.60.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:8dd68f60b030277f292a582d31c374edfadc60bb33d51ec7b6cd4304531819ba"},
|
903 |
+
{file = "fonttools-4.60.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:53328e3ca9e5c8660ef6de07c35f8f312c189b757535e12141be7a8ec942de6e"},
|
904 |
+
{file = "fonttools-4.60.0-cp311-cp311-win32.whl", hash = "sha256:d493c175ddd0b88a5376e61163e3e6fde3be8b8987db9b092e0a84650709c9e7"},
|
905 |
+
{file = "fonttools-4.60.0-cp311-cp311-win_amd64.whl", hash = "sha256:cc2770c9dc49c2d0366e9683f4d03beb46c98042d7ccc8ddbadf3459ecb051a7"},
|
906 |
+
{file = "fonttools-4.60.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:8c68928a438d60dfde90e2f09aa7f848ed201176ca6652341744ceec4215859f"},
|
907 |
+
{file = "fonttools-4.60.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:b7133821249097cffabf0624eafd37f5a3358d5ce814febe9db688e3673e724e"},
|
908 |
+
{file = "fonttools-4.60.0-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:d3638905d3d77ac8791127ce181f7cb434f37e4204d8b2e31b8f1e154320b41f"},
|
909 |
+
{file = "fonttools-4.60.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7968a26ef010ae89aabbb2f8e9dec1e2709a2541bb8620790451ee8aeb4f6fbf"},
|
910 |
+
{file = "fonttools-4.60.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1ef01ca7847c356b0fe026b7b92304bc31dc60a4218689ee0acc66652c1a36b2"},
|
911 |
+
{file = "fonttools-4.60.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:f3482d7ed7867edfcf785f77c1dffc876c4b2ddac19539c075712ff2a0703cf5"},
|
912 |
+
{file = "fonttools-4.60.0-cp312-cp312-win32.whl", hash = "sha256:8c937c4fe8addff575a984c9519433391180bf52cf35895524a07b520f376067"},
|
913 |
+
{file = "fonttools-4.60.0-cp312-cp312-win_amd64.whl", hash = "sha256:99b06d5d6f29f32e312adaed0367112f5ff2d300ea24363d377ec917daf9e8c5"},
|
914 |
+
{file = "fonttools-4.60.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:97100ba820936cdb5148b634e0884f0088699c7e2f1302ae7bba3747c7a19fb3"},
|
915 |
+
{file = "fonttools-4.60.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:03fccf84f377f83e99a5328a9ebe6b41e16fcf64a1450c352b6aa7e0deedbc01"},
|
916 |
+
{file = "fonttools-4.60.0-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:a3ef06671f862cd7da78ab105fbf8dce9da3634a8f91b3a64ed5c29c0ac6a9a8"},
|
917 |
+
{file = "fonttools-4.60.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3f2195faf96594c238462c420c7eff97d1aa51de595434f806ec3952df428616"},
|
918 |
+
{file = "fonttools-4.60.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:3887008865fa4f56cff58a1878f1300ba81a4e34f76daf9b47234698493072ee"},
|
919 |
+
{file = "fonttools-4.60.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:5567bd130378f21231d3856d8f0571dcdfcd77e47832978c26dabe572d456daa"},
|
920 |
+
{file = "fonttools-4.60.0-cp313-cp313-win32.whl", hash = "sha256:699d0b521ec0b188ac11f2c14ccf6a926367795818ddf2bd00a273e9a052dd20"},
|
921 |
+
{file = "fonttools-4.60.0-cp313-cp313-win_amd64.whl", hash = "sha256:24296163268e7c800009711ce5c0e9997be8882c0bd546696c82ef45966163a6"},
|
922 |
+
{file = "fonttools-4.60.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:b6fe3efdc956bdad95145cea906ad9ff345c17b706356dfc1098ce3230591343"},
|
923 |
+
{file = "fonttools-4.60.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:764b2aaab839762a3aa3207e5b3f0e0dfa41799e0b091edec5fcbccc584fdab5"},
|
924 |
+
{file = "fonttools-4.60.0-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:b81c7c47d9e78106a4d70f1dbeb49150513171715e45e0d2661809f2b0e3f710"},
|
925 |
+
{file = "fonttools-4.60.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:799ff60ee66b300ebe1fe6632b1cc55a66400fe815cef7b034d076bce6b1d8fc"},
|
926 |
+
{file = "fonttools-4.60.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:f9878abe155ddd1b433bab95d027a686898a6afba961f3c5ca14b27488f2d772"},
|
927 |
+
{file = "fonttools-4.60.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:ded432b7133ea4602fdb4731a4a7443a8e9548edad28987b99590cf6da626254"},
|
928 |
+
{file = "fonttools-4.60.0-cp314-cp314-win32.whl", hash = "sha256:5d97cf3a9245316d5978628c05642b939809c4f55ca632ca40744cb9de6e8d4a"},
|
929 |
+
{file = "fonttools-4.60.0-cp314-cp314-win_amd64.whl", hash = "sha256:61b9ef46dd5e9dcb6f437eb0cc5ed83d5049e1bf9348e31974ffee1235db0f8f"},
|
930 |
+
{file = "fonttools-4.60.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:bba7e3470cf353e1484a36dfb4108f431c2859e3f6097fe10118eeae92166773"},
|
931 |
+
{file = "fonttools-4.60.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:c5ac6439a38c27b3287063176b3303b34982024b01e2e95bba8ac1e45f6d41c1"},
|
932 |
+
{file = "fonttools-4.60.0-cp314-cp314t-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:4acd21e9f125a1257da59edf7a6e9bd4abd76282770715c613f1fe482409e9f9"},
|
933 |
+
{file = "fonttools-4.60.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b4a6fc53039ea047e35dc62b958af9cd397eedbc3fa42406d2910ae091b9ae37"},
|
934 |
+
{file = "fonttools-4.60.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:ef34f44eadf133e94e82c775a33ee3091dd37ee0161c5f5ea224b46e3ce0fb8e"},
|
935 |
+
{file = "fonttools-4.60.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:d112cae3e7ad1bb5d7f7a60365fcf6c181374648e064a8c07617b240e7c828ee"},
|
936 |
+
{file = "fonttools-4.60.0-cp314-cp314t-win32.whl", hash = "sha256:0f7b2c251dc338973e892a1e153016114e7a75f6aac7a49b84d5d1a4c0608d08"},
|
937 |
+
{file = "fonttools-4.60.0-cp314-cp314t-win_amd64.whl", hash = "sha256:c8a72771106bc7434098db35abecd84d608857f6e116d3ef00366b213c502ce9"},
|
938 |
+
{file = "fonttools-4.60.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:79a18fff39ce2044dfc88050a033eb16e48ee0024bd0ea831950aad342b9eae9"},
|
939 |
+
{file = "fonttools-4.60.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:97fe4f9483a6cecaa3976f29cd896501f47840474188b6e505ba73e4fa25006a"},
|
940 |
+
{file = "fonttools-4.60.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fa66f07f5f4a019c36dcac86d112e016ee7f579a3100154051031a422cea8903"},
|
941 |
+
{file = "fonttools-4.60.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:47e82dcf6ace13a1fd36a0b4d6966c559653f459a80784b0746f4b342e335a5d"},
|
942 |
+
{file = "fonttools-4.60.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:4d25e9af0c2e1eb70a204072cc29ec01b2efc4d072f4ebca9334145a4a8cbfca"},
|
943 |
+
{file = "fonttools-4.60.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:3e445e9db6ce9ccda22b1dc29d619825cf91bf1b955e25974a3c47f67a7983c3"},
|
944 |
+
{file = "fonttools-4.60.0-cp39-cp39-win32.whl", hash = "sha256:dfd7b71a196c6929f21a7f30fa64a5d62f1acf5d857dd40ad6864452ebe615de"},
|
945 |
+
{file = "fonttools-4.60.0-cp39-cp39-win_amd64.whl", hash = "sha256:1eab07d561e18b971e20510631c048cf496ffa1adf3574550dbcac38e6425832"},
|
946 |
+
{file = "fonttools-4.60.0-py3-none-any.whl", hash = "sha256:496d26e4d14dcccdd6ada2e937e4d174d3138e3d73f5c9b6ec6eb2fd1dab4f66"},
|
947 |
+
{file = "fonttools-4.60.0.tar.gz", hash = "sha256:8f5927f049091a0ca74d35cce7f78e8f7775c83a6901a8fbe899babcc297146a"},
|
948 |
]
|
949 |
|
950 |
[package.extras]
|
|
|
1062 |
|
1063 |
[[package]]
|
1064 |
name = "gradio"
|
1065 |
+
version = "5.46.0"
|
1066 |
description = "Python library for easily interacting with trained machine learning models"
|
1067 |
optional = false
|
1068 |
python-versions = ">=3.10"
|
1069 |
groups = ["gradio"]
|
1070 |
files = [
|
1071 |
+
{file = "gradio-5.46.0-py3-none-any.whl", hash = "sha256:e088fd68a3a04365caf3c7d6846c6e1fff1aca3b4e5b49ec5003f18bdbe343d5"},
|
1072 |
+
{file = "gradio-5.46.0.tar.gz", hash = "sha256:04ffe0bf79e81d63c16560fb483db06d39d96f2f36b7a672fa595dd6ddc69784"},
|
1073 |
]
|
1074 |
|
1075 |
[package.dependencies]
|
|
|
1093 |
pydub = "*"
|
1094 |
python-multipart = ">=0.0.18"
|
1095 |
pyyaml = ">=5.0,<7.0"
|
1096 |
+
ruff = ">=0.9.3"
|
1097 |
safehttpx = ">=0.1.6,<0.2.0"
|
1098 |
semantic-version = ">=2.0,<3.0"
|
1099 |
+
starlette = ">=0.40.0,<1.0"
|
1100 |
tomlkit = ">=0.12.0,<0.14.0"
|
1101 |
+
typer = ">=0.12,<1.0"
|
1102 |
typing-extensions = ">=4.0,<5.0"
|
1103 |
+
uvicorn = ">=0.14.0"
|
|
|
1104 |
|
1105 |
[package.extras]
|
1106 |
+
mcp = ["mcp (==1.10.1)", "pydantic (>=2.11)"]
|
1107 |
oauth = ["authlib", "itsdangerous"]
|
1108 |
|
1109 |
[[package]]
|
|
|
1155 |
|
1156 |
[[package]]
|
1157 |
name = "hf-xet"
|
1158 |
+
version = "1.1.10"
|
1159 |
description = "Fast transfer of large files with the Hugging Face Hub."
|
1160 |
optional = false
|
1161 |
python-versions = ">=3.8"
|
1162 |
groups = ["gradio"]
|
1163 |
markers = "platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"arm64\" or platform_machine == \"aarch64\""
|
1164 |
files = [
|
1165 |
+
{file = "hf_xet-1.1.10-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:686083aca1a6669bc85c21c0563551cbcdaa5cf7876a91f3d074a030b577231d"},
|
1166 |
+
{file = "hf_xet-1.1.10-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:71081925383b66b24eedff3013f8e6bbd41215c3338be4b94ba75fd75b21513b"},
|
1167 |
+
{file = "hf_xet-1.1.10-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b6bceb6361c80c1cc42b5a7b4e3efd90e64630bcf11224dcac50ef30a47e435"},
|
1168 |
+
{file = "hf_xet-1.1.10-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:eae7c1fc8a664e54753ffc235e11427ca61f4b0477d757cc4eb9ae374b69f09c"},
|
1169 |
+
{file = "hf_xet-1.1.10-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:0a0005fd08f002180f7a12d4e13b22be277725bc23ed0529f8add5c7a6309c06"},
|
1170 |
+
{file = "hf_xet-1.1.10-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:f900481cf6e362a6c549c61ff77468bd59d6dd082f3170a36acfef2eb6a6793f"},
|
1171 |
+
{file = "hf_xet-1.1.10-cp37-abi3-win_amd64.whl", hash = "sha256:5f54b19cc347c13235ae7ee98b330c26dd65ef1df47e5316ffb1e87713ca7045"},
|
1172 |
+
{file = "hf_xet-1.1.10.tar.gz", hash = "sha256:408aef343800a2102374a883f283ff29068055c111f003ff840733d3b715bb97"},
|
1173 |
]
|
1174 |
|
1175 |
[package.extras]
|
|
|
1225 |
|
1226 |
[[package]]
|
1227 |
name = "huggingface-hub"
|
1228 |
+
version = "0.35.0"
|
1229 |
description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
|
1230 |
optional = false
|
1231 |
python-versions = ">=3.8.0"
|
1232 |
groups = ["gradio"]
|
1233 |
files = [
|
1234 |
+
{file = "huggingface_hub-0.35.0-py3-none-any.whl", hash = "sha256:f2e2f693bca9a26530b1c0b9bcd4c1495644dad698e6a0060f90e22e772c31e9"},
|
1235 |
+
{file = "huggingface_hub-0.35.0.tar.gz", hash = "sha256:ccadd2a78eef75effff184ad89401413629fabc52cefd76f6bbacb9b1c0676ac"},
|
1236 |
]
|
1237 |
|
1238 |
[package.dependencies]
|
|
|
1246 |
typing-extensions = ">=3.7.4.3"
|
1247 |
|
1248 |
[package.extras]
|
1249 |
+
all = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "authlib (>=1.3.2)", "fastapi", "gradio (>=4.0.0)", "httpx", "itsdangerous", "jedi", "libcst (>=1.4.0)", "mypy (==1.15.0) ; python_version >= \"3.9\"", "mypy (>=1.14.1,<1.15.0) ; python_version == \"3.8\"", "numpy", "pytest (>=8.1.1,<8.2.2)", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-mock", "pytest-rerunfailures (<16.0)", "pytest-vcr", "pytest-xdist", "ruff (>=0.9.0)", "soundfile", "ty", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "typing-extensions (>=4.8.0)", "urllib3 (<2.0)"]
|
1250 |
cli = ["InquirerPy (==0.3.4)"]
|
1251 |
+
dev = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "authlib (>=1.3.2)", "fastapi", "gradio (>=4.0.0)", "httpx", "itsdangerous", "jedi", "libcst (>=1.4.0)", "mypy (==1.15.0) ; python_version >= \"3.9\"", "mypy (>=1.14.1,<1.15.0) ; python_version == \"3.8\"", "numpy", "pytest (>=8.1.1,<8.2.2)", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-mock", "pytest-rerunfailures (<16.0)", "pytest-vcr", "pytest-xdist", "ruff (>=0.9.0)", "soundfile", "ty", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "typing-extensions (>=4.8.0)", "urllib3 (<2.0)"]
|
1252 |
fastai = ["fastai (>=2.4)", "fastcore (>=1.3.27)", "toml"]
|
1253 |
hf-transfer = ["hf-transfer (>=0.1.4)"]
|
1254 |
hf-xet = ["hf-xet (>=1.1.2,<2.0.0)"]
|
1255 |
inference = ["aiohttp"]
|
1256 |
mcp = ["aiohttp", "mcp (>=1.8.0)", "typer"]
|
1257 |
oauth = ["authlib (>=1.3.2)", "fastapi", "httpx", "itsdangerous"]
|
1258 |
+
quality = ["libcst (>=1.4.0)", "mypy (==1.15.0) ; python_version >= \"3.9\"", "mypy (>=1.14.1,<1.15.0) ; python_version == \"3.8\"", "ruff (>=0.9.0)", "ty"]
|
1259 |
tensorflow = ["graphviz", "pydot", "tensorflow"]
|
1260 |
tensorflow-testing = ["keras (<3.0)", "tensorflow"]
|
1261 |
+
testing = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "aiohttp", "authlib (>=1.3.2)", "fastapi", "gradio (>=4.0.0)", "httpx", "itsdangerous", "jedi", "numpy", "pytest (>=8.1.1,<8.2.2)", "pytest-asyncio", "pytest-cov", "pytest-env", "pytest-mock", "pytest-rerunfailures (<16.0)", "pytest-vcr", "pytest-xdist", "soundfile", "urllib3 (<2.0)"]
|
1262 |
torch = ["safetensors[torch]", "torch"]
|
1263 |
typing = ["types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3", "typing-extensions (>=4.8.0)"]
|
1264 |
|
|
|
1505 |
{file = "markdown-it-py-3.0.0.tar.gz", hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"},
|
1506 |
{file = "markdown_it_py-3.0.0-py3-none-any.whl", hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1"},
|
1507 |
]
|
|
|
1508 |
|
1509 |
[package.dependencies]
|
1510 |
mdurl = ">=0.1,<1.0"
|
|
|
1700 |
{file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"},
|
1701 |
{file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"},
|
1702 |
]
|
|
|
1703 |
|
1704 |
[[package]]
|
1705 |
name = "mercantile"
|
|
|
2314 |
|
2315 |
[[package]]
|
2316 |
name = "protobuf"
|
2317 |
+
version = "6.32.1"
|
2318 |
description = ""
|
2319 |
optional = false
|
2320 |
python-versions = ">=3.9"
|
2321 |
groups = ["main"]
|
2322 |
files = [
|
2323 |
+
{file = "protobuf-6.32.1-cp310-abi3-win32.whl", hash = "sha256:a8a32a84bc9f2aad712041b8b366190f71dde248926da517bde9e832e4412085"},
|
2324 |
+
{file = "protobuf-6.32.1-cp310-abi3-win_amd64.whl", hash = "sha256:b00a7d8c25fa471f16bc8153d0e53d6c9e827f0953f3c09aaa4331c718cae5e1"},
|
2325 |
+
{file = "protobuf-6.32.1-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:d8c7e6eb619ffdf105ee4ab76af5a68b60a9d0f66da3ea12d1640e6d8dab7281"},
|
2326 |
+
{file = "protobuf-6.32.1-cp39-abi3-manylinux2014_aarch64.whl", hash = "sha256:2f5b80a49e1eb7b86d85fcd23fe92df154b9730a725c3b38c4e43b9d77018bf4"},
|
2327 |
+
{file = "protobuf-6.32.1-cp39-abi3-manylinux2014_x86_64.whl", hash = "sha256:b1864818300c297265c83a4982fd3169f97122c299f56a56e2445c3698d34710"},
|
2328 |
+
{file = "protobuf-6.32.1-cp39-cp39-win32.whl", hash = "sha256:68ff170bac18c8178f130d1ccb94700cf72852298e016a2443bdb9502279e5f1"},
|
2329 |
+
{file = "protobuf-6.32.1-cp39-cp39-win_amd64.whl", hash = "sha256:d0975d0b2f3e6957111aa3935d08a0eb7e006b1505d825f862a1fffc8348e122"},
|
2330 |
+
{file = "protobuf-6.32.1-py3-none-any.whl", hash = "sha256:2601b779fc7d32a866c6b4404f9d42a3f67c5b9f3f15b4db3cccabe06b95c346"},
|
2331 |
+
{file = "protobuf-6.32.1.tar.gz", hash = "sha256:ee2469e4a021474ab9baafea6cd070e5bf27c7d29433504ddea1a4ee5850f68d"},
|
2332 |
]
|
2333 |
|
2334 |
[[package]]
|
2335 |
name = "pydantic"
|
2336 |
+
version = "2.11.9"
|
2337 |
description = "Data validation using Python type hints"
|
2338 |
optional = false
|
2339 |
python-versions = ">=3.9"
|
2340 |
groups = ["main", "gradio"]
|
2341 |
files = [
|
2342 |
+
{file = "pydantic-2.11.9-py3-none-any.whl", hash = "sha256:c42dd626f5cfc1c6950ce6205ea58c93efa406da65f479dcb4029d5934857da2"},
|
2343 |
+
{file = "pydantic-2.11.9.tar.gz", hash = "sha256:6b8ffda597a14812a7975c90b82a8a2e777d9257aba3453f973acd3c032a18e2"},
|
2344 |
]
|
2345 |
|
2346 |
[package.dependencies]
|
|
|
2488 |
{file = "pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b"},
|
2489 |
{file = "pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"},
|
2490 |
]
|
|
|
2491 |
|
2492 |
[package.extras]
|
2493 |
windows-terminal = ["colorama (>=0.4.6)"]
|
|
|
2546 |
|
2547 |
[[package]]
|
2548 |
name = "pyparsing"
|
2549 |
+
version = "3.2.4"
|
2550 |
+
description = "pyparsing - Classes and methods to define and execute parsing grammars"
|
2551 |
optional = false
|
2552 |
python-versions = ">=3.9"
|
2553 |
groups = ["main"]
|
2554 |
files = [
|
2555 |
+
{file = "pyparsing-3.2.4-py3-none-any.whl", hash = "sha256:91d0fcde680d42cd031daf3a6ba20da3107e08a75de50da58360e7d94ab24d36"},
|
2556 |
+
{file = "pyparsing-3.2.4.tar.gz", hash = "sha256:fff89494f45559d0f2ce46613b419f632bbb6afbdaed49696d322bcf98a58e99"},
|
2557 |
]
|
2558 |
|
2559 |
[package.extras]
|
|
|
2947 |
optional = false
|
2948 |
python-versions = ">=3.8.0"
|
2949 |
groups = ["gradio"]
|
|
|
2950 |
files = [
|
2951 |
{file = "rich-14.1.0-py3-none-any.whl", hash = "sha256:536f5f1785986d6dbdea3c75205c473f970777b4a0d6c6dd1b696aa05a3fa04f"},
|
2952 |
{file = "rich-14.1.0.tar.gz", hash = "sha256:e497a48b844b0320d45007cdebfeaeed8db2a4f4bcf49f15e455cfc4af11eaa8"},
|
|
|
3131 |
optional = false
|
3132 |
python-versions = ">=3.7"
|
3133 |
groups = ["gradio"]
|
|
|
3134 |
files = [
|
3135 |
{file = "ruff-0.13.0-py3-none-linux_armv6l.whl", hash = "sha256:137f3d65d58ee828ae136a12d1dc33d992773d8f7644bc6b82714570f31b2004"},
|
3136 |
{file = "ruff-0.13.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:21ae48151b66e71fd111b7d79f9ad358814ed58c339631450c66a4be33cc28b9"},
|
|
|
3192 |
|
3193 |
[[package]]
|
3194 |
name = "samgis-web"
|
3195 |
+
version = "1.2.10"
|
3196 |
description = "SamGIS WEB"
|
3197 |
optional = false
|
3198 |
python-versions = "<3.13,>=3.10"
|
3199 |
groups = ["main"]
|
3200 |
files = [
|
3201 |
+
{file = "samgis_web-1.2.10-py3-none-any.whl", hash = "sha256:bcf132d56ece0c1bb7ac048d4bbf51bf8fb86ee2f51b1883af32f910e0923510"},
|
3202 |
+
{file = "samgis_web-1.2.10.tar.gz", hash = "sha256:71a5e937d02aedcd5e198a6bacdf06c19415be28f1ee8fd246bcbe10c764de77"},
|
3203 |
]
|
3204 |
|
3205 |
[package.dependencies]
|
|
|
3295 |
optional = false
|
3296 |
python-versions = ">=3.7"
|
3297 |
groups = ["gradio"]
|
|
|
3298 |
files = [
|
3299 |
{file = "shellingham-1.5.4-py2.py3-none-any.whl", hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686"},
|
3300 |
{file = "shellingham-1.5.4.tar.gz", hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de"},
|
|
|
3704 |
optional = false
|
3705 |
python-versions = ">=3.7"
|
3706 |
groups = ["gradio"]
|
|
|
3707 |
files = [
|
3708 |
{file = "typer-0.17.4-py3-none-any.whl", hash = "sha256:015534a6edaa450e7007eba705d5c18c3349dcea50a6ad79a5ed530967575824"},
|
3709 |
{file = "typer-0.17.4.tar.gz", hash = "sha256:b77dc07d849312fd2bb5e7f20a7af8985c7ec360c45b051ed5412f64d8dc1580"},
|
|
|
3783 |
{file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"},
|
3784 |
{file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"},
|
3785 |
]
|
|
|
3786 |
|
3787 |
[package.dependencies]
|
3788 |
click = ">=7.0"
|
|
|
3886 |
[metadata]
|
3887 |
lock-version = "2.1"
|
3888 |
python-versions = ">=3.10, <3.13"
|
3889 |
+
content-hash = "2db2a36f388b36854ed1c227a4822f66fe26695ef62652598a0054d136c9d284"
|
pyproject.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[tool.poetry]
|
2 |
name = "samgis"
|
3 |
-
version = "1.11.
|
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"
|
@@ -9,7 +9,7 @@ package-mode = false
|
|
9 |
|
10 |
[metadata]
|
11 |
name = "samgis"
|
12 |
-
version = "1.11.
|
13 |
|
14 |
[tool.poetry.urls]
|
15 |
Source = "https://github.com/trincadev/samgis-be"
|
@@ -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
|
|
|
1 |
[tool.poetry]
|
2 |
name = "samgis"
|
3 |
+
version = "1.11.11"
|
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"
|
|
|
9 |
|
10 |
[metadata]
|
11 |
name = "samgis"
|
12 |
+
version = "1.11.11"
|
13 |
|
14 |
[tool.poetry.urls]
|
15 |
Source = "https://github.com/trincadev/samgis-be"
|
|
|
18 |
[tool.poetry.dependencies]
|
19 |
python = ">=3.10, <3.13"
|
20 |
onnxruntime = "^1.20.1"
|
21 |
+
samgis-web = "1.2.10"
|
22 |
|
23 |
[tool.poetry.group.gradio]
|
24 |
optional = true
|
static/package.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
"@tailwindcss/cli": "^4.1.13",
|
20 |
"@tsconfig/node20": "^20.1.6",
|
21 |
"@types/leaflet": "^1.9.20",
|
22 |
-
"@types/node": "^24.
|
23 |
"@vitejs/plugin-vue": "^6.0.1",
|
24 |
"@vue/tsconfig": "^0.8.1",
|
25 |
"eslint": "^9.35.0",
|
@@ -37,5 +37,6 @@
|
|
37 |
"onlyBuiltDependencies": [
|
38 |
"snyk"
|
39 |
]
|
40 |
-
}
|
|
|
41 |
}
|
|
|
19 |
"@tailwindcss/cli": "^4.1.13",
|
20 |
"@tsconfig/node20": "^20.1.6",
|
21 |
"@types/leaflet": "^1.9.20",
|
22 |
+
"@types/node": "^24.5.1",
|
23 |
"@vitejs/plugin-vue": "^6.0.1",
|
24 |
"@vue/tsconfig": "^0.8.1",
|
25 |
"eslint": "^9.35.0",
|
|
|
37 |
"onlyBuiltDependencies": [
|
38 |
"snyk"
|
39 |
]
|
40 |
+
},
|
41 |
+
"packageManager": "[email protected]+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
|
42 |
}
|
static/pnpm-lock.yaml
CHANGED
@@ -31,11 +31,11 @@ importers:
|
|
31 |
specifier: ^1.9.20
|
32 |
version: 1.9.20
|
33 |
'@types/node':
|
34 |
-
specifier: ^24.
|
35 |
-
version: 24.
|
36 |
'@vitejs/plugin-vue':
|
37 |
specifier: ^6.0.1
|
38 |
-
version: 6.0.1([email protected](@types/node@24.
|
39 |
'@vue/tsconfig':
|
40 |
specifier: ^0.8.1
|
41 |
version: 0.8.1([email protected])
|
@@ -56,7 +56,7 @@ importers:
|
|
56 |
version: 4.1.13
|
57 |
vite:
|
58 |
specifier: ^7.1.5
|
59 |
-
version: 7.1.5(@types/node@24.
|
60 |
|
61 |
packages:
|
62 |
|
@@ -397,108 +397,108 @@ packages:
|
|
397 |
'@rolldown/[email protected]':
|
398 |
resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==}
|
399 |
|
400 |
-
'@rollup/[email protected].
|
401 |
-
resolution: {integrity: sha512-
|
402 |
cpu: [arm]
|
403 |
os: [android]
|
404 |
|
405 |
-
'@rollup/[email protected].
|
406 |
-
resolution: {integrity: sha512-
|
407 |
cpu: [arm64]
|
408 |
os: [android]
|
409 |
|
410 |
-
'@rollup/[email protected].
|
411 |
-
resolution: {integrity: sha512-
|
412 |
cpu: [arm64]
|
413 |
os: [darwin]
|
414 |
|
415 |
-
'@rollup/[email protected].
|
416 |
-
resolution: {integrity: sha512-
|
417 |
cpu: [x64]
|
418 |
os: [darwin]
|
419 |
|
420 |
-
'@rollup/[email protected].
|
421 |
-
resolution: {integrity: sha512-
|
422 |
cpu: [arm64]
|
423 |
os: [freebsd]
|
424 |
|
425 |
-
'@rollup/[email protected].
|
426 |
-
resolution: {integrity: sha512-
|
427 |
cpu: [x64]
|
428 |
os: [freebsd]
|
429 |
|
430 |
-
'@rollup/[email protected].
|
431 |
-
resolution: {integrity: sha512-
|
432 |
cpu: [arm]
|
433 |
os: [linux]
|
434 |
|
435 |
-
'@rollup/[email protected].
|
436 |
-
resolution: {integrity: sha512
|
437 |
cpu: [arm]
|
438 |
os: [linux]
|
439 |
|
440 |
-
'@rollup/[email protected].
|
441 |
-
resolution: {integrity: sha512-
|
442 |
cpu: [arm64]
|
443 |
os: [linux]
|
444 |
|
445 |
-
'@rollup/[email protected].
|
446 |
-
resolution: {integrity: sha512-
|
447 |
cpu: [arm64]
|
448 |
os: [linux]
|
449 |
|
450 |
-
'@rollup/rollup-linux-
|
451 |
-
resolution: {integrity: sha512-
|
452 |
cpu: [loong64]
|
453 |
os: [linux]
|
454 |
|
455 |
-
'@rollup/[email protected].
|
456 |
-
resolution: {integrity: sha512-
|
457 |
cpu: [ppc64]
|
458 |
os: [linux]
|
459 |
|
460 |
-
'@rollup/[email protected].
|
461 |
-
resolution: {integrity: sha512-
|
462 |
cpu: [riscv64]
|
463 |
os: [linux]
|
464 |
|
465 |
-
'@rollup/[email protected].
|
466 |
-
resolution: {integrity: sha512-
|
467 |
cpu: [riscv64]
|
468 |
os: [linux]
|
469 |
|
470 |
-
'@rollup/[email protected].
|
471 |
-
resolution: {integrity: sha512-
|
472 |
cpu: [s390x]
|
473 |
os: [linux]
|
474 |
|
475 |
-
'@rollup/[email protected].
|
476 |
-
resolution: {integrity: sha512-
|
477 |
cpu: [x64]
|
478 |
os: [linux]
|
479 |
|
480 |
-
'@rollup/[email protected].
|
481 |
-
resolution: {integrity: sha512-
|
482 |
cpu: [x64]
|
483 |
os: [linux]
|
484 |
|
485 |
-
'@rollup/[email protected].
|
486 |
-
resolution: {integrity: sha512-
|
487 |
cpu: [arm64]
|
488 |
os: [openharmony]
|
489 |
|
490 |
-
'@rollup/[email protected].
|
491 |
-
resolution: {integrity: sha512-
|
492 |
cpu: [arm64]
|
493 |
os: [win32]
|
494 |
|
495 |
-
'@rollup/[email protected].
|
496 |
-
resolution: {integrity: sha512-
|
497 |
cpu: [ia32]
|
498 |
os: [win32]
|
499 |
|
500 |
-
'@rollup/[email protected].
|
501 |
-
resolution: {integrity: sha512-
|
502 |
cpu: [x64]
|
503 |
os: [win32]
|
504 |
|
@@ -693,8 +693,8 @@ packages:
|
|
693 |
'@types/[email protected]':
|
694 |
resolution: {integrity: sha512-rooalPMlk61LCaLOvBF2VIf9M47HgMQqi5xQ9QRi7c8PkdIe0WrIi5IxXUXQjAdL0c+vcQ01mYWbthzmp9GHWw==}
|
695 |
|
696 |
-
'@types/node@24.
|
697 |
-
resolution: {integrity: sha512
|
698 |
|
699 |
'@vitejs/[email protected]':
|
700 |
resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==}
|
@@ -817,8 +817,8 @@ packages:
|
|
817 | |
818 |
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
|
819 |
|
820 |
-
[email protected].
|
821 |
-
resolution: {integrity: sha512-
|
822 |
engines: {node: '>=6.0'}
|
823 |
peerDependencies:
|
824 |
supports-color: '*'
|
@@ -842,8 +842,8 @@ packages:
|
|
842 |
engines: {node: '>=0.10'}
|
843 |
hasBin: true
|
844 |
|
845 |
-
[email protected]
|
846 |
-
resolution: {integrity: sha512-
|
847 |
engines: {node: '>=8'}
|
848 |
|
849 | |
@@ -1276,8 +1276,8 @@ packages:
|
|
1276 |
resolution: {integrity: sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==}
|
1277 |
engines: {node: '>=8.0'}
|
1278 |
|
1279 |
-
[email protected].
|
1280 |
-
resolution: {integrity: sha512-
|
1281 |
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
1282 |
hasBin: true
|
1283 |
|
@@ -1354,8 +1354,8 @@ packages:
|
|
1354 |
resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==}
|
1355 |
engines: {node: '>=10'}
|
1356 |
|
1357 |
-
undici-types@7.
|
1358 |
-
resolution: {integrity: sha512-
|
1359 |
|
1360 | |
1361 |
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
@@ -1541,7 +1541,7 @@ snapshots:
|
|
1541 |
'@eslint/[email protected]':
|
1542 |
dependencies:
|
1543 |
'@eslint/object-schema': 2.1.6
|
1544 |
-
debug: 4.4.
|
1545 |
minimatch: 3.1.2
|
1546 |
transitivePeerDependencies:
|
1547 |
- supports-color
|
@@ -1555,7 +1555,7 @@ snapshots:
|
|
1555 |
'@eslint/[email protected]':
|
1556 |
dependencies:
|
1557 |
ajv: 6.12.6
|
1558 |
-
debug: 4.4.
|
1559 |
espree: 10.4.0
|
1560 |
globals: 14.0.0
|
1561 |
ignore: 5.3.2
|
@@ -1681,67 +1681,67 @@ snapshots:
|
|
1681 |
|
1682 |
'@rolldown/[email protected]': {}
|
1683 |
|
1684 |
-
'@rollup/[email protected].
|
1685 |
optional: true
|
1686 |
|
1687 |
-
'@rollup/[email protected].
|
1688 |
optional: true
|
1689 |
|
1690 |
-
'@rollup/[email protected].
|
1691 |
optional: true
|
1692 |
|
1693 |
-
'@rollup/[email protected].
|
1694 |
optional: true
|
1695 |
|
1696 |
-
'@rollup/[email protected].
|
1697 |
optional: true
|
1698 |
|
1699 |
-
'@rollup/[email protected].
|
1700 |
optional: true
|
1701 |
|
1702 |
-
'@rollup/[email protected].
|
1703 |
optional: true
|
1704 |
|
1705 |
-
'@rollup/[email protected].
|
1706 |
optional: true
|
1707 |
|
1708 |
-
'@rollup/[email protected].
|
1709 |
optional: true
|
1710 |
|
1711 |
-
'@rollup/[email protected].
|
1712 |
optional: true
|
1713 |
|
1714 |
-
'@rollup/rollup-linux-
|
1715 |
optional: true
|
1716 |
|
1717 |
-
'@rollup/[email protected].
|
1718 |
optional: true
|
1719 |
|
1720 |
-
'@rollup/[email protected].
|
1721 |
optional: true
|
1722 |
|
1723 |
-
'@rollup/[email protected].
|
1724 |
optional: true
|
1725 |
|
1726 |
-
'@rollup/[email protected].
|
1727 |
optional: true
|
1728 |
|
1729 |
-
'@rollup/[email protected].
|
1730 |
optional: true
|
1731 |
|
1732 |
-
'@rollup/[email protected].
|
1733 |
optional: true
|
1734 |
|
1735 |
-
'@rollup/[email protected].
|
1736 |
optional: true
|
1737 |
|
1738 |
-
'@rollup/[email protected].
|
1739 |
optional: true
|
1740 |
|
1741 |
-
'@rollup/[email protected].
|
1742 |
optional: true
|
1743 |
|
1744 |
-
'@rollup/[email protected].
|
1745 |
optional: true
|
1746 |
|
1747 |
'@sentry-internal/[email protected]':
|
@@ -1834,7 +1834,7 @@ snapshots:
|
|
1834 |
|
1835 |
'@tailwindcss/[email protected]':
|
1836 |
dependencies:
|
1837 |
-
detect-libc: 2.0
|
1838 |
tar: 7.4.3
|
1839 |
optionalDependencies:
|
1840 |
'@tailwindcss/oxide-android-arm64': 4.1.13
|
@@ -1980,14 +1980,14 @@ snapshots:
|
|
1980 |
dependencies:
|
1981 |
'@types/geojson': 7946.0.16
|
1982 |
|
1983 |
-
'@types/node@24.
|
1984 |
dependencies:
|
1985 |
-
undici-types: 7.
|
1986 |
|
1987 |
-
'@vitejs/[email protected]([email protected](@types/node@24.
|
1988 |
dependencies:
|
1989 |
'@rolldown/pluginutils': 1.0.0-beta.29
|
1990 |
-
vite: 7.1.5(@types/node@24.
|
1991 |
vue: 3.5.21
|
1992 |
|
1993 |
'@vue/[email protected]':
|
@@ -2111,7 +2111,7 @@ snapshots:
|
|
2111 |
|
2112 | |
2113 |
|
2114 |
-
[email protected].
|
2115 |
dependencies:
|
2116 |
ms: 2.1.3
|
2117 |
|
@@ -2131,7 +2131,7 @@ snapshots:
|
|
2131 |
|
2132 | |
2133 |
|
2134 |
-
[email protected]
|
2135 |
|
2136 | |
2137 |
|
@@ -2217,7 +2217,7 @@ snapshots:
|
|
2217 |
ajv: 6.12.6
|
2218 |
chalk: 4.1.2
|
2219 |
cross-spawn: 7.0.6
|
2220 |
-
debug: 4.4.
|
2221 |
escape-string-regexp: 4.0.0
|
2222 |
eslint-scope: 8.4.0
|
2223 |
eslint-visitor-keys: 4.2.1
|
@@ -2416,7 +2416,7 @@ snapshots:
|
|
2416 |
|
2417 | |
2418 |
dependencies:
|
2419 |
-
detect-libc: 2.0
|
2420 |
optionalDependencies:
|
2421 |
lightningcss-darwin-arm64: 1.30.1
|
2422 |
lightningcss-darwin-x64: 1.30.1
|
@@ -2552,31 +2552,31 @@ snapshots:
|
|
2552 |
semver-compare: 1.0.0
|
2553 |
sprintf-js: 1.1.3
|
2554 |
|
2555 |
-
[email protected].
|
2556 |
dependencies:
|
2557 |
'@types/estree': 1.0.8
|
2558 |
optionalDependencies:
|
2559 |
-
'@rollup/rollup-android-arm-eabi': 4.50.
|
2560 |
-
'@rollup/rollup-android-arm64': 4.50.
|
2561 |
-
'@rollup/rollup-darwin-arm64': 4.50.
|
2562 |
-
'@rollup/rollup-darwin-x64': 4.50.
|
2563 |
-
'@rollup/rollup-freebsd-arm64': 4.50.
|
2564 |
-
'@rollup/rollup-freebsd-x64': 4.50.
|
2565 |
-
'@rollup/rollup-linux-arm-gnueabihf': 4.50.
|
2566 |
-
'@rollup/rollup-linux-arm-musleabihf': 4.50.
|
2567 |
-
'@rollup/rollup-linux-arm64-gnu': 4.50.
|
2568 |
-
'@rollup/rollup-linux-arm64-musl': 4.50.
|
2569 |
-
'@rollup/rollup-linux-
|
2570 |
-
'@rollup/rollup-linux-ppc64-gnu': 4.50.
|
2571 |
-
'@rollup/rollup-linux-riscv64-gnu': 4.50.
|
2572 |
-
'@rollup/rollup-linux-riscv64-musl': 4.50.
|
2573 |
-
'@rollup/rollup-linux-s390x-gnu': 4.50.
|
2574 |
-
'@rollup/rollup-linux-x64-gnu': 4.50.
|
2575 |
-
'@rollup/rollup-linux-x64-musl': 4.50.
|
2576 |
-
'@rollup/rollup-openharmony-arm64': 4.50.
|
2577 |
-
'@rollup/rollup-win32-arm64-msvc': 4.50.
|
2578 |
-
'@rollup/rollup-win32-ia32-msvc': 4.50.
|
2579 |
-
'@rollup/rollup-win32-x64-msvc': 4.50.
|
2580 |
fsevents: 2.3.3
|
2581 |
|
2582 | |
@@ -2640,7 +2640,7 @@ snapshots:
|
|
2640 |
|
2641 | |
2642 |
|
2643 |
-
undici-types@7.
|
2644 |
|
2645 | |
2646 |
dependencies:
|
@@ -2648,23 +2648,23 @@ snapshots:
|
|
2648 |
|
2649 | |
2650 |
|
2651 |
-
[email protected](@types/node@24.
|
2652 |
dependencies:
|
2653 |
esbuild: 0.25.9
|
2654 |
fdir: 6.5.0([email protected])
|
2655 |
picomatch: 4.0.3
|
2656 |
postcss: 8.5.6
|
2657 |
-
rollup: 4.50.
|
2658 |
tinyglobby: 0.2.15
|
2659 |
optionalDependencies:
|
2660 |
-
'@types/node': 24.
|
2661 |
fsevents: 2.3.3
|
2662 |
jiti: 2.5.1
|
2663 |
lightningcss: 1.30.1
|
2664 |
|
2665 | |
2666 |
dependencies:
|
2667 |
-
debug: 4.4.
|
2668 |
eslint: 9.35.0([email protected])
|
2669 |
eslint-scope: 8.4.0
|
2670 |
eslint-visitor-keys: 4.2.1
|
|
|
31 |
specifier: ^1.9.20
|
32 |
version: 1.9.20
|
33 |
'@types/node':
|
34 |
+
specifier: ^24.5.1
|
35 |
+
version: 24.5.1
|
36 |
'@vitejs/plugin-vue':
|
37 |
specifier: ^6.0.1
|
38 |
+
version: 6.0.1([email protected](@types/node@24.5.1)([email protected])([email protected]))([email protected])
|
39 |
'@vue/tsconfig':
|
40 |
specifier: ^0.8.1
|
41 |
version: 0.8.1([email protected])
|
|
|
56 |
version: 4.1.13
|
57 |
vite:
|
58 |
specifier: ^7.1.5
|
59 |
+
version: 7.1.5(@types/node@24.5.1)([email protected])([email protected])
|
60 |
|
61 |
packages:
|
62 |
|
|
|
397 |
'@rolldown/[email protected]':
|
398 |
resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==}
|
399 |
|
400 |
+
'@rollup/[email protected].2':
|
401 |
+
resolution: {integrity: sha512-uLN8NAiFVIRKX9ZQha8wy6UUs06UNSZ32xj6giK/rmMXAgKahwExvK6SsmgU5/brh4w/nSgj8e0k3c1HBQpa0A==}
|
402 |
cpu: [arm]
|
403 |
os: [android]
|
404 |
|
405 |
+
'@rollup/[email protected].2':
|
406 |
+
resolution: {integrity: sha512-oEouqQk2/zxxj22PNcGSskya+3kV0ZKH+nQxuCCOGJ4oTXBdNTbv+f/E3c74cNLeMO1S5wVWacSws10TTSB77g==}
|
407 |
cpu: [arm64]
|
408 |
os: [android]
|
409 |
|
410 |
+
'@rollup/[email protected].2':
|
411 |
+
resolution: {integrity: sha512-OZuTVTpj3CDSIxmPgGH8en/XtirV5nfljHZ3wrNwvgkT5DQLhIKAeuFSiwtbMto6oVexV0k1F1zqURPKf5rI1Q==}
|
412 |
cpu: [arm64]
|
413 |
os: [darwin]
|
414 |
|
415 |
+
'@rollup/[email protected].2':
|
416 |
+
resolution: {integrity: sha512-Wa/Wn8RFkIkr1vy1k1PB//VYhLnlnn5eaJkfTQKivirOvzu5uVd2It01ukeQstMursuz7S1bU+8WW+1UPXpa8A==}
|
417 |
cpu: [x64]
|
418 |
os: [darwin]
|
419 |
|
420 |
+
'@rollup/[email protected].2':
|
421 |
+
resolution: {integrity: sha512-QkzxvH3kYN9J1w7D1A+yIMdI1pPekD+pWx7G5rXgnIlQ1TVYVC6hLl7SOV9pi5q9uIDF9AuIGkuzcbF7+fAhow==}
|
422 |
cpu: [arm64]
|
423 |
os: [freebsd]
|
424 |
|
425 |
+
'@rollup/[email protected].2':
|
426 |
+
resolution: {integrity: sha512-dkYXB0c2XAS3a3jmyDkX4Jk0m7gWLFzq1C3qUnJJ38AyxIF5G/dyS4N9B30nvFseCfgtCEdbYFhk0ChoCGxPog==}
|
427 |
cpu: [x64]
|
428 |
os: [freebsd]
|
429 |
|
430 |
+
'@rollup/[email protected].2':
|
431 |
+
resolution: {integrity: sha512-9VlPY/BN3AgbukfVHAB8zNFWB/lKEuvzRo1NKev0Po8sYFKx0i+AQlCYftgEjcL43F2h9Ui1ZSdVBc4En/sP2w==}
|
432 |
cpu: [arm]
|
433 |
os: [linux]
|
434 |
|
435 |
+
'@rollup/[email protected].2':
|
436 |
+
resolution: {integrity: sha512-+GdKWOvsifaYNlIVf07QYan1J5F141+vGm5/Y8b9uCZnG/nxoGqgCmR24mv0koIWWuqvFYnbURRqw1lv7IBINw==}
|
437 |
cpu: [arm]
|
438 |
os: [linux]
|
439 |
|
440 |
+
'@rollup/[email protected].2':
|
441 |
+
resolution: {integrity: sha512-df0Eou14ojtUdLQdPFnymEQteENwSJAdLf5KCDrmZNsy1c3YaCNaJvYsEUHnrg+/DLBH612/R0xd3dD03uz2dg==}
|
442 |
cpu: [arm64]
|
443 |
os: [linux]
|
444 |
|
445 |
+
'@rollup/[email protected].2':
|
446 |
+
resolution: {integrity: sha512-iPeouV0UIDtz8j1YFR4OJ/zf7evjauqv7jQ/EFs0ClIyL+by++hiaDAfFipjOgyz6y6xbDvJuiU4HwpVMpRFDQ==}
|
447 |
cpu: [arm64]
|
448 |
os: [linux]
|
449 |
|
450 |
+
'@rollup/rollup-linux-loong64[email protected].2':
|
451 |
+
resolution: {integrity: sha512-OL6KaNvBopLlj5fTa5D5bau4W82f+1TyTZRr2BdnfsrnQnmdxh4okMxR2DcDkJuh4KeoQZVuvHvzuD/lyLn2Kw==}
|
452 |
cpu: [loong64]
|
453 |
os: [linux]
|
454 |
|
455 |
+
'@rollup/[email protected].2':
|
456 |
+
resolution: {integrity: sha512-I21VJl1w6z/K5OTRl6aS9DDsqezEZ/yKpbqlvfHbW0CEF5IL8ATBMuUx6/mp683rKTK8thjs/0BaNrZLXetLag==}
|
457 |
cpu: [ppc64]
|
458 |
os: [linux]
|
459 |
|
460 |
+
'@rollup/[email protected].2':
|
461 |
+
resolution: {integrity: sha512-Hq6aQJT/qFFHrYMjS20nV+9SKrXL2lvFBENZoKfoTH2kKDOJqff5OSJr4x72ZaG/uUn+XmBnGhfr4lwMRrmqCQ==}
|
462 |
cpu: [riscv64]
|
463 |
os: [linux]
|
464 |
|
465 |
+
'@rollup/[email protected].2':
|
466 |
+
resolution: {integrity: sha512-82rBSEXRv5qtKyr0xZ/YMF531oj2AIpLZkeNYxmKNN6I2sVE9PGegN99tYDLK2fYHJITL1P2Lgb4ZXnv0PjQvw==}
|
467 |
cpu: [riscv64]
|
468 |
os: [linux]
|
469 |
|
470 |
+
'@rollup/[email protected].2':
|
471 |
+
resolution: {integrity: sha512-4Q3S3Hy7pC6uaRo9gtXUTJ+EKo9AKs3BXKc2jYypEcMQ49gDPFU2P1ariX9SEtBzE5egIX6fSUmbmGazwBVF9w==}
|
472 |
cpu: [s390x]
|
473 |
os: [linux]
|
474 |
|
475 |
+
'@rollup/[email protected].2':
|
476 |
+
resolution: {integrity: sha512-9Jie/At6qk70dNIcopcL4p+1UirusEtznpNtcq/u/C5cC4HBX7qSGsYIcG6bdxj15EYWhHiu02YvmdPzylIZlA==}
|
477 |
cpu: [x64]
|
478 |
os: [linux]
|
479 |
|
480 |
+
'@rollup/[email protected].2':
|
481 |
+
resolution: {integrity: sha512-HPNJwxPL3EmhzeAnsWQCM3DcoqOz3/IC6de9rWfGR8ZCuEHETi9km66bH/wG3YH0V3nyzyFEGUZeL5PKyy4xvw==}
|
482 |
cpu: [x64]
|
483 |
os: [linux]
|
484 |
|
485 |
+
'@rollup/[email protected].2':
|
486 |
+
resolution: {integrity: sha512-nMKvq6FRHSzYfKLHZ+cChowlEkR2lj/V0jYj9JnGUVPL2/mIeFGmVM2mLaFeNa5Jev7W7TovXqXIG2d39y1KYA==}
|
487 |
cpu: [arm64]
|
488 |
os: [openharmony]
|
489 |
|
490 |
+
'@rollup/[email protected].2':
|
491 |
+
resolution: {integrity: sha512-eFUvvnTYEKeTyHEijQKz81bLrUQOXKZqECeiWH6tb8eXXbZk+CXSG2aFrig2BQ/pjiVRj36zysjgILkqarS2YA==}
|
492 |
cpu: [arm64]
|
493 |
os: [win32]
|
494 |
|
495 |
+
'@rollup/[email protected].2':
|
496 |
+
resolution: {integrity: sha512-cBaWmXqyfRhH8zmUxK3d3sAhEWLrtMjWBRwdMMHJIXSjvjLKvv49adxiEz+FJ8AP90apSDDBx2Tyd/WylV6ikA==}
|
497 |
cpu: [ia32]
|
498 |
os: [win32]
|
499 |
|
500 |
+
'@rollup/[email protected].2':
|
501 |
+
resolution: {integrity: sha512-APwKy6YUhvZaEoHyM+9xqmTpviEI+9eL7LoCH+aLcvWYHJ663qG5zx7WzWZY+a9qkg5JtzcMyJ9z0WtQBMDmgA==}
|
502 |
cpu: [x64]
|
503 |
os: [win32]
|
504 |
|
|
|
693 |
'@types/[email protected]':
|
694 |
resolution: {integrity: sha512-rooalPMlk61LCaLOvBF2VIf9M47HgMQqi5xQ9QRi7c8PkdIe0WrIi5IxXUXQjAdL0c+vcQ01mYWbthzmp9GHWw==}
|
695 |
|
696 |
+
'@types/node@24.5.1':
|
697 |
+
resolution: {integrity: sha512-/SQdmUP2xa+1rdx7VwB9yPq8PaKej8TD5cQ+XfKDPWWC+VDJU4rvVVagXqKUzhKjtFoNA8rXDJAkCxQPAe00+Q==}
|
698 |
|
699 |
'@vitejs/[email protected]':
|
700 |
resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==}
|
|
|
817 | |
818 |
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
|
819 |
|
820 |
+
[email protected].3:
|
821 |
+
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
822 |
engines: {node: '>=6.0'}
|
823 |
peerDependencies:
|
824 |
supports-color: '*'
|
|
|
842 |
engines: {node: '>=0.10'}
|
843 |
hasBin: true
|
844 |
|
845 |
+
detect-libc@2.1.0:
|
846 |
+
resolution: {integrity: sha512-vEtk+OcP7VBRtQZ1EJ3bdgzSfBjgnEalLTp5zjJrS+2Z1w2KZly4SBdac/WDU3hhsNAZ9E8SC96ME4Ey8MZ7cg==}
|
847 |
engines: {node: '>=8'}
|
848 |
|
849 | |
|
|
1276 |
resolution: {integrity: sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==}
|
1277 |
engines: {node: '>=8.0'}
|
1278 |
|
1279 |
+
[email protected].2:
|
1280 |
+
resolution: {integrity: sha512-BgLRGy7tNS9H66aIMASq1qSYbAAJV6Z6WR4QYTvj5FgF15rZ/ympT1uixHXwzbZUBDbkvqUI1KR0fH1FhMaQ9w==}
|
1281 |
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
1282 |
hasBin: true
|
1283 |
|
|
|
1354 |
resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==}
|
1355 |
engines: {node: '>=10'}
|
1356 |
|
1357 |
+
undici-types@7.12.0:
|
1358 |
+
resolution: {integrity: sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==}
|
1359 |
|
1360 | |
1361 |
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
|
|
1541 |
'@eslint/[email protected]':
|
1542 |
dependencies:
|
1543 |
'@eslint/object-schema': 2.1.6
|
1544 |
+
debug: 4.4.3
|
1545 |
minimatch: 3.1.2
|
1546 |
transitivePeerDependencies:
|
1547 |
- supports-color
|
|
|
1555 |
'@eslint/[email protected]':
|
1556 |
dependencies:
|
1557 |
ajv: 6.12.6
|
1558 |
+
debug: 4.4.3
|
1559 |
espree: 10.4.0
|
1560 |
globals: 14.0.0
|
1561 |
ignore: 5.3.2
|
|
|
1681 |
|
1682 |
'@rolldown/[email protected]': {}
|
1683 |
|
1684 |
+
'@rollup/[email protected].2':
|
1685 |
optional: true
|
1686 |
|
1687 |
+
'@rollup/[email protected].2':
|
1688 |
optional: true
|
1689 |
|
1690 |
+
'@rollup/[email protected].2':
|
1691 |
optional: true
|
1692 |
|
1693 |
+
'@rollup/[email protected].2':
|
1694 |
optional: true
|
1695 |
|
1696 |
+
'@rollup/[email protected].2':
|
1697 |
optional: true
|
1698 |
|
1699 |
+
'@rollup/[email protected].2':
|
1700 |
optional: true
|
1701 |
|
1702 |
+
'@rollup/[email protected].2':
|
1703 |
optional: true
|
1704 |
|
1705 |
+
'@rollup/[email protected].2':
|
1706 |
optional: true
|
1707 |
|
1708 |
+
'@rollup/[email protected].2':
|
1709 |
optional: true
|
1710 |
|
1711 |
+
'@rollup/[email protected].2':
|
1712 |
optional: true
|
1713 |
|
1714 |
+
'@rollup/rollup-linux-loong64[email protected].2':
|
1715 |
optional: true
|
1716 |
|
1717 |
+
'@rollup/[email protected].2':
|
1718 |
optional: true
|
1719 |
|
1720 |
+
'@rollup/[email protected].2':
|
1721 |
optional: true
|
1722 |
|
1723 |
+
'@rollup/[email protected].2':
|
1724 |
optional: true
|
1725 |
|
1726 |
+
'@rollup/[email protected].2':
|
1727 |
optional: true
|
1728 |
|
1729 |
+
'@rollup/[email protected].2':
|
1730 |
optional: true
|
1731 |
|
1732 |
+
'@rollup/[email protected].2':
|
1733 |
optional: true
|
1734 |
|
1735 |
+
'@rollup/[email protected].2':
|
1736 |
optional: true
|
1737 |
|
1738 |
+
'@rollup/[email protected].2':
|
1739 |
optional: true
|
1740 |
|
1741 |
+
'@rollup/[email protected].2':
|
1742 |
optional: true
|
1743 |
|
1744 |
+
'@rollup/[email protected].2':
|
1745 |
optional: true
|
1746 |
|
1747 |
'@sentry-internal/[email protected]':
|
|
|
1834 |
|
1835 |
'@tailwindcss/[email protected]':
|
1836 |
dependencies:
|
1837 |
+
detect-libc: 2.1.0
|
1838 |
tar: 7.4.3
|
1839 |
optionalDependencies:
|
1840 |
'@tailwindcss/oxide-android-arm64': 4.1.13
|
|
|
1980 |
dependencies:
|
1981 |
'@types/geojson': 7946.0.16
|
1982 |
|
1983 |
+
'@types/node@24.5.1':
|
1984 |
dependencies:
|
1985 |
+
undici-types: 7.12.0
|
1986 |
|
1987 |
+
'@vitejs/[email protected]([email protected](@types/node@24.5.1)([email protected])([email protected]))([email protected])':
|
1988 |
dependencies:
|
1989 |
'@rolldown/pluginutils': 1.0.0-beta.29
|
1990 |
+
vite: 7.1.5(@types/node@24.5.1)([email protected])([email protected])
|
1991 |
vue: 3.5.21
|
1992 |
|
1993 |
'@vue/[email protected]':
|
|
|
2111 |
|
2112 | |
2113 |
|
2114 |
+
[email protected].3:
|
2115 |
dependencies:
|
2116 |
ms: 2.1.3
|
2117 |
|
|
|
2131 |
|
2132 | |
2133 |
|
2134 |
+
detect-libc@2.1.0: {}
|
2135 |
|
2136 | |
2137 |
|
|
|
2217 |
ajv: 6.12.6
|
2218 |
chalk: 4.1.2
|
2219 |
cross-spawn: 7.0.6
|
2220 |
+
debug: 4.4.3
|
2221 |
escape-string-regexp: 4.0.0
|
2222 |
eslint-scope: 8.4.0
|
2223 |
eslint-visitor-keys: 4.2.1
|
|
|
2416 |
|
2417 | |
2418 |
dependencies:
|
2419 |
+
detect-libc: 2.1.0
|
2420 |
optionalDependencies:
|
2421 |
lightningcss-darwin-arm64: 1.30.1
|
2422 |
lightningcss-darwin-x64: 1.30.1
|
|
|
2552 |
semver-compare: 1.0.0
|
2553 |
sprintf-js: 1.1.3
|
2554 |
|
2555 |
+
[email protected].2:
|
2556 |
dependencies:
|
2557 |
'@types/estree': 1.0.8
|
2558 |
optionalDependencies:
|
2559 |
+
'@rollup/rollup-android-arm-eabi': 4.50.2
|
2560 |
+
'@rollup/rollup-android-arm64': 4.50.2
|
2561 |
+
'@rollup/rollup-darwin-arm64': 4.50.2
|
2562 |
+
'@rollup/rollup-darwin-x64': 4.50.2
|
2563 |
+
'@rollup/rollup-freebsd-arm64': 4.50.2
|
2564 |
+
'@rollup/rollup-freebsd-x64': 4.50.2
|
2565 |
+
'@rollup/rollup-linux-arm-gnueabihf': 4.50.2
|
2566 |
+
'@rollup/rollup-linux-arm-musleabihf': 4.50.2
|
2567 |
+
'@rollup/rollup-linux-arm64-gnu': 4.50.2
|
2568 |
+
'@rollup/rollup-linux-arm64-musl': 4.50.2
|
2569 |
+
'@rollup/rollup-linux-loong64-gnu': 4.50.2
|
2570 |
+
'@rollup/rollup-linux-ppc64-gnu': 4.50.2
|
2571 |
+
'@rollup/rollup-linux-riscv64-gnu': 4.50.2
|
2572 |
+
'@rollup/rollup-linux-riscv64-musl': 4.50.2
|
2573 |
+
'@rollup/rollup-linux-s390x-gnu': 4.50.2
|
2574 |
+
'@rollup/rollup-linux-x64-gnu': 4.50.2
|
2575 |
+
'@rollup/rollup-linux-x64-musl': 4.50.2
|
2576 |
+
'@rollup/rollup-openharmony-arm64': 4.50.2
|
2577 |
+
'@rollup/rollup-win32-arm64-msvc': 4.50.2
|
2578 |
+
'@rollup/rollup-win32-ia32-msvc': 4.50.2
|
2579 |
+
'@rollup/rollup-win32-x64-msvc': 4.50.2
|
2580 |
fsevents: 2.3.3
|
2581 |
|
2582 | |
|
|
2640 |
|
2641 | |
2642 |
|
2643 |
+
undici-types@7.12.0: {}
|
2644 |
|
2645 | |
2646 |
dependencies:
|
|
|
2648 |
|
2649 | |
2650 |
|
2651 |
+
[email protected](@types/node@24.5.1)([email protected])([email protected]):
|
2652 |
dependencies:
|
2653 |
esbuild: 0.25.9
|
2654 |
fdir: 6.5.0([email protected])
|
2655 |
picomatch: 4.0.3
|
2656 |
postcss: 8.5.6
|
2657 |
+
rollup: 4.50.2
|
2658 |
tinyglobby: 0.2.15
|
2659 |
optionalDependencies:
|
2660 |
+
'@types/node': 24.5.1
|
2661 |
fsevents: 2.3.3
|
2662 |
jiti: 2.5.1
|
2663 |
lightningcss: 1.30.1
|
2664 |
|
2665 | |
2666 |
dependencies:
|
2667 |
+
debug: 4.4.3
|
2668 |
eslint: 9.35.0([email protected])
|
2669 |
eslint-scope: 8.4.0
|
2670 |
eslint-visitor-keys: 4.2.1
|