alessandro trinca tornidor commited on
Commit
f805237
·
1 Parent(s): 730ed45

chore: use updated samgis-lisa == 1.0.6 to avoid CUDA init RuntimeError

Browse files
Files changed (3) hide show
  1. poetry.lock +4 -4
  2. pyproject.toml +3 -3
  3. requirements.txt +2 -1
poetry.lock CHANGED
@@ -2948,13 +2948,13 @@ structlog = ">=24.4.0,<25.0.0"
2948
 
2949
  [[package]]
2950
  name = "samgis-lisa"
2951
- version = "1.0.5"
2952
  description = "SamGIS LISA"
2953
  optional = false
2954
  python-versions = "<3.11,>=3.10"
2955
  files = [
2956
- {file = "samgis_lisa-1.0.5-py3-none-any.whl", hash = "sha256:2c27aeb266676892f5748d1fcbd0886861dac9df127baa997265e8377fefebf9"},
2957
- {file = "samgis_lisa-1.0.5.tar.gz", hash = "sha256:a3d239cd66b73c8907bd5ed7a3538c19ca1c280346e700c8982b31538632c158"},
2958
  ]
2959
 
2960
  [package.dependencies]
@@ -3927,4 +3927,4 @@ files = [
3927
  [metadata]
3928
  lock-version = "2.0"
3929
  python-versions = ">=3.10,<3.11"
3930
- content-hash = "49ea508c8c47d6830bb6a1a7ad336c6e855440c552acd23c7698ef16e8d9004d"
 
2948
 
2949
  [[package]]
2950
  name = "samgis-lisa"
2951
+ version = "1.0.6"
2952
  description = "SamGIS LISA"
2953
  optional = false
2954
  python-versions = "<3.11,>=3.10"
2955
  files = [
2956
+ {file = "samgis_lisa-1.0.6-py3-none-any.whl", hash = "sha256:896c23063f83e2a686da3bd05b933745a138909031957f99296bf196c455d543"},
2957
+ {file = "samgis_lisa-1.0.6.tar.gz", hash = "sha256:cfcc4a614b98b4a6cef0925ae4725b28643bed700413fabe3c91e82d66d74c87"},
2958
  ]
2959
 
2960
  [package.dependencies]
 
3927
  [metadata]
3928
  lock-version = "2.0"
3929
  python-versions = ">=3.10,<3.11"
3930
+ content-hash = "f33caf8767f8e004226b2d061ba62fdafaab1c469edc330509fc4a0d7ec73313"
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [tool.poetry]
2
  name = "samgis-lisa-on-zero"
3
- version = "1.5.3"
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 <[email protected]>"]
6
  license = "MIT license"
@@ -9,11 +9,11 @@ package-mode = false
9
 
10
  [metadata]
11
  name = "samgis-lisa-on-zero"
12
- version = "1.5.3"
13
 
14
  [tool.poetry.dependencies]
15
  python = ">=3.10,<3.11"
16
- samgis-lisa = "1.0.5"
17
 
18
  [tool.poetry.group.test]
19
  optional = true
 
1
  [tool.poetry]
2
  name = "samgis-lisa-on-zero"
3
+ version = "1.5.4"
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 <[email protected]>"]
6
  license = "MIT license"
 
9
 
10
  [metadata]
11
  name = "samgis-lisa-on-zero"
12
+ version = "1.5.4"
13
 
14
  [tool.poetry.dependencies]
15
  python = ">=3.10,<3.11"
16
+ samgis-lisa = "1.0.6"
17
 
18
  [tool.poetry.group.test]
19
  optional = true
requirements.txt CHANGED
@@ -1 +1,2 @@
1
- samgis-lisa==1.0.5
 
 
1
+ pip
2
+ samgis-lisa==1.0.6