chore: remove backend dependencies already installed by samgis-web, bump to samgis to version 1.7.0
Browse files- poetry.lock +0 -0
- pyproject.toml +3 -30
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.
|
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,34 +8,16 @@ readme = "README.md"
|
|
8 |
|
9 |
[metadata]
|
10 |
name = "samgis"
|
11 |
-
version = "1.
|
12 |
|
13 |
[tool.poetry.urls]
|
14 |
Source = "https://github.com/trincadev/samgis-be"
|
15 |
Demo = "https://huggingface.co/spaces/aletrn/samgis"
|
16 |
|
17 |
[tool.poetry.dependencies]
|
18 |
-
bson = "^0.5.10"
|
19 |
-
contextily = "^1.6.0"
|
20 |
-
geopandas = "^1.0.1"
|
21 |
-
numpy = [
|
22 |
-
{version = "1.25.2", python = "~3.10"},
|
23 |
-
{version = "^1.26", python = "~3.11"}
|
24 |
-
]
|
25 |
-
pillow = "^10.4.0"
|
26 |
python = ">=3.10, <3.12"
|
27 |
-
python-dotenv = "^1.0.1"
|
28 |
onnxruntime = "^1.18.1"
|
29 |
-
|
30 |
-
requests = "^2.32.3"
|
31 |
-
samgis-core = "3.0.12"
|
32 |
-
samgis-web = "1.0.13"
|
33 |
-
|
34 |
-
[tool.poetry.group.gradio]
|
35 |
-
optional = true
|
36 |
-
|
37 |
-
[tool.poetry.group.gradio.dependencies]
|
38 |
-
gradio = "^4.39.0"
|
39 |
|
40 |
[tool.poetry.group.test]
|
41 |
optional = true
|
@@ -56,15 +38,6 @@ sphinxcontrib-openapi = "^0.8.4"
|
|
56 |
myst-parser = "^3.0.1"
|
57 |
sphinx-autodoc-defaultargs = "^0.1.2"
|
58 |
|
59 |
-
[tool.poetry.group.fastapi]
|
60 |
-
optional = true
|
61 |
-
|
62 |
-
[tool.poetry.group.fastapi.dependencies]
|
63 |
-
fastapi = "^0.111.0"
|
64 |
-
jinja2 = "^3.1.4"
|
65 |
-
pydantic = "^2.8.2"
|
66 |
-
uvicorn = "^0.30.1"
|
67 |
-
|
68 |
[build-system]
|
69 |
requires = ["poetry-core"]
|
70 |
build-backend = "poetry.core.masonry.api"
|
|
|
1 |
[tool.poetry]
|
2 |
name = "samgis"
|
3 |
+
version = "1.7.0"
|
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.7.0"
|
12 |
|
13 |
[tool.poetry.urls]
|
14 |
Source = "https://github.com/trincadev/samgis-be"
|
15 |
Demo = "https://huggingface.co/spaces/aletrn/samgis"
|
16 |
|
17 |
[tool.poetry.dependencies]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
python = ">=3.10, <3.12"
|
|
|
19 |
onnxruntime = "^1.18.1"
|
20 |
+
samgis-web = "1.0.14"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
[tool.poetry.group.test]
|
23 |
optional = true
|
|
|
38 |
myst-parser = "^3.0.1"
|
39 |
sphinx-autodoc-defaultargs = "^0.1.2"
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
[build-system]
|
42 |
requires = ["poetry-core"]
|
43 |
build-backend = "poetry.core.masonry.api"
|