Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
670ad53
1
Parent(s):
cab951f
chore: update samgis-core@3.0.17
Browse files- poetry.lock +4 -4
- pyproject.toml +1 -1
poetry.lock
CHANGED
@@ -2564,14 +2564,14 @@ torch = ["safetensors[numpy]", "torch (>=1.10)"]
|
|
2564 |
|
2565 |
[[package]]
|
2566 |
name = "samgis-core"
|
2567 |
-
version = "3.0.
|
2568 |
description = "SamGIS CORE"
|
2569 |
optional = false
|
2570 |
python-versions = "<3.12,>=3.10"
|
2571 |
groups = ["main"]
|
2572 |
files = [
|
2573 |
-
{file = "samgis_core-3.0.
|
2574 |
-
{file = "samgis_core-3.0.
|
2575 |
]
|
2576 |
|
2577 |
[package.dependencies]
|
@@ -3338,4 +3338,4 @@ files = [
|
|
3338 |
[metadata]
|
3339 |
lock-version = "2.1"
|
3340 |
python-versions = ">=3.10, <3.12"
|
3341 |
-
content-hash = "
|
|
|
2564 |
|
2565 |
[[package]]
|
2566 |
name = "samgis-core"
|
2567 |
+
version = "3.0.17"
|
2568 |
description = "SamGIS CORE"
|
2569 |
optional = false
|
2570 |
python-versions = "<3.12,>=3.10"
|
2571 |
groups = ["main"]
|
2572 |
files = [
|
2573 |
+
{file = "samgis_core-3.0.17-py3-none-any.whl", hash = "sha256:e9a431c76350d595aadde7715ebc0fc26ef50b83dae06e9492aaf0f23401ce83"},
|
2574 |
+
{file = "samgis_core-3.0.17.tar.gz", hash = "sha256:2ea54eb54d5e3f2b9d074d353266d707ddff3d06c01f11d1edfa8329be6c90b3"},
|
2575 |
]
|
2576 |
|
2577 |
[package.dependencies]
|
|
|
3338 |
[metadata]
|
3339 |
lock-version = "2.1"
|
3340 |
python-versions = ">=3.10, <3.12"
|
3341 |
+
content-hash = "fa8f6d92bc9923b93896594b7f2af2b27b757cd2ec0e6e9d0e7f70d88d207bea"
|
pyproject.toml
CHANGED
@@ -31,7 +31,7 @@ peft-patched = "0.9.3"
|
|
31 |
pycocotools = "^2.0.8"
|
32 |
python = ">=3.10, <3.12"
|
33 |
requests = "^2.32.3"
|
34 |
-
samgis-core = "3.0.
|
35 |
scipy = "^1.14.0"
|
36 |
sentencepiece = "^0.2.0"
|
37 |
shortuuid = "^1.0.13"
|
|
|
31 |
pycocotools = "^2.0.8"
|
32 |
python = ">=3.10, <3.12"
|
33 |
requests = "^2.32.3"
|
34 |
+
samgis-core = "3.0.17"
|
35 |
scipy = "^1.14.0"
|
36 |
sentencepiece = "^0.2.0"
|
37 |
shortuuid = "^1.0.13"
|