alessandro trinca tornidor
commited on
Commit
·
596e292
1
Parent(s):
046bf4c
chore: bump to version 1.5.0, remove unused direct dependencies, add note about huggingface space dependencies
Browse files- README.md +4 -0
- poetry.lock +0 -0
- pyproject.toml +5 -23
- requirements.txt +0 -13
- requirements_no_versions.txt +0 -17
README.md
CHANGED
|
@@ -48,3 +48,7 @@ To change the base relative url for custom frontend add the VITE_PREFIX environm
|
|
| 48 |
```bash
|
| 49 |
VITE_INDEX_URL="/custom-url"
|
| 50 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
```bash
|
| 49 |
VITE_INDEX_URL="/custom-url"
|
| 50 |
```
|
| 51 |
+
|
| 52 |
+
## About HuggingFace space dependencies
|
| 53 |
+
|
| 54 |
+
For this demo simply installing `samgis-lisa` already brings all the needed dependencies.
|
poetry.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pyproject.toml
CHANGED
|
@@ -1,37 +1,19 @@
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "samgis-lisa-on-zero"
|
| 3 |
-
version = "1.
|
| 4 |
description = "A VLM backend for machine learning instance segmentation on geospatial data that uses LISA (Reasoning Segmentation via Large Language Model)."
|
| 5 |
authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
|
| 6 |
license = "MIT license"
|
| 7 |
readme = "README.md"
|
|
|
|
| 8 |
|
| 9 |
[metadata]
|
| 10 |
name = "samgis-lisa-on-zero"
|
| 11 |
-
version = "1.
|
| 12 |
|
| 13 |
[tool.poetry.dependencies]
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
geopandas = "^1.0.1"
|
| 17 |
-
numpy = "1.25.2"
|
| 18 |
-
opencv-python-headless = "^4.8.1.78"
|
| 19 |
-
pillow = "^10.4.0"
|
| 20 |
-
python = "~3.10"
|
| 21 |
-
python-dotenv = "^1.0.1"
|
| 22 |
-
rasterio = "^1.3.10"
|
| 23 |
-
requests = "^2.32.3"
|
| 24 |
-
spaces = "^0.28.3"
|
| 25 |
-
samgis-core = "^2.0.2"
|
| 26 |
-
lisa-on-cuda = "1.3.3"
|
| 27 |
-
|
| 28 |
-
[tool.poetry.group.fastapi]
|
| 29 |
-
optional = true
|
| 30 |
-
|
| 31 |
-
[tool.poetry.group.fastapi.dependencies]
|
| 32 |
-
fastapi = "^0.111.0"
|
| 33 |
-
pydantic = "^2.8.2"
|
| 34 |
-
uvicorn = "^0.30.1"
|
| 35 |
|
| 36 |
[tool.poetry.group.test]
|
| 37 |
optional = true
|
|
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "samgis-lisa-on-zero"
|
| 3 |
+
version = "1.5.0"
|
| 4 |
description = "A VLM backend for machine learning instance segmentation on geospatial data that uses LISA (Reasoning Segmentation via Large Language Model)."
|
| 5 |
authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
|
| 6 |
license = "MIT license"
|
| 7 |
readme = "README.md"
|
| 8 |
+
package-mode = false
|
| 9 |
|
| 10 |
[metadata]
|
| 11 |
name = "samgis-lisa-on-zero"
|
| 12 |
+
version = "1.5.0"
|
| 13 |
|
| 14 |
[tool.poetry.dependencies]
|
| 15 |
+
python = ">=3.10,<3.11"
|
| 16 |
+
samgis-lisa = "1.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
[tool.poetry.group.test]
|
| 19 |
optional = true
|
requirements.txt
CHANGED
|
@@ -1,14 +1 @@
|
|
| 1 |
-
bson==0.5.10
|
| 2 |
-
contextily==1.6.0
|
| 3 |
-
fastapi==0.111.1
|
| 4 |
-
geopandas==1.0.1
|
| 5 |
-
numpy==1.25.2
|
| 6 |
-
pillow==10.4.0
|
| 7 |
-
pydantic==2.8.2
|
| 8 |
-
python-dotenv==1.0.1
|
| 9 |
-
rasterio==1.3.10
|
| 10 |
-
requests==2.32.3
|
| 11 |
-
samgis-core==3.0.12
|
| 12 |
samgis-lisa==1.0.0
|
| 13 |
-
samgis-web==1.0.13
|
| 14 |
-
uvicorn==0.30.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
samgis-lisa==1.0.0
|
|
|
|
|
|
requirements_no_versions.txt
CHANGED
|
@@ -1,19 +1,2 @@
|
|
| 1 |
-
bson
|
| 2 |
-
contextily
|
| 3 |
-
fastapi
|
| 4 |
-
geopandas
|
| 5 |
-
samgis-core
|
| 6 |
-
samgis_core
|
| 7 |
samgis-lisa
|
| 8 |
samgis_lisa
|
| 9 |
-
samgis-web
|
| 10 |
-
samgis_web
|
| 11 |
-
numpy
|
| 12 |
-
pillow
|
| 13 |
-
pydantic
|
| 14 |
-
python-dotenv
|
| 15 |
-
python_dotenv
|
| 16 |
-
rasterio
|
| 17 |
-
requests
|
| 18 |
-
spaces
|
| 19 |
-
uvicorn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
samgis-lisa
|
| 2 |
samgis_lisa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|