alessandro trinca tornidor commited on
Commit
e5d4552
·
1 Parent(s): 818094d

chore: update spaces == 0.30.2, bump lisa-on-cuda to version 1.4.4

Browse files
Files changed (2) hide show
  1. poetry.lock +10 -7
  2. pyproject.toml +3 -3
poetry.lock CHANGED
@@ -872,15 +872,18 @@ typing = ["types-PyYAML", "types-requests", "types-simplejson", "types-toml", "t
872
 
873
  [[package]]
874
  name = "idna"
875
- version = "3.8"
876
  description = "Internationalized Domain Names in Applications (IDNA)"
877
  optional = false
878
  python-versions = ">=3.6"
879
  files = [
880
- {file = "idna-3.8-py3-none-any.whl", hash = "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac"},
881
- {file = "idna-3.8.tar.gz", hash = "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"},
882
  ]
883
 
 
 
 
884
  [[package]]
885
  name = "importlib-resources"
886
  version = "6.4.5"
@@ -2803,13 +2806,13 @@ files = [
2803
 
2804
  [[package]]
2805
  name = "spaces"
2806
- version = "0.29.2"
2807
  description = "Utilities for Hugging Face Spaces"
2808
  optional = false
2809
  python-versions = "<4.0,>=3.7"
2810
  files = [
2811
- {file = "spaces-0.29.2-py3-none-any.whl", hash = "sha256:72c502f81d1ec9080c2e695d799b0e6422ce0e048eeb41a33b10a90c5c3f3610"},
2812
- {file = "spaces-0.29.2.tar.gz", hash = "sha256:d80b7acf34014b6664526a953ab971618032b2fa86d69c812105acf9ef0fd50e"},
2813
  ]
2814
 
2815
  [package.dependencies]
@@ -3466,4 +3469,4 @@ files = [
3466
  [metadata]
3467
  lock-version = "2.0"
3468
  python-versions = ">=3.10, <3.12"
3469
- content-hash = "9885b66ce82b5530f8c335d27540691d4d418cf7673348cffc249a6d0f184170"
 
872
 
873
  [[package]]
874
  name = "idna"
875
+ version = "3.9"
876
  description = "Internationalized Domain Names in Applications (IDNA)"
877
  optional = false
878
  python-versions = ">=3.6"
879
  files = [
880
+ {file = "idna-3.9-py3-none-any.whl", hash = "sha256:69297d5da0cc9281c77efffb4e730254dd45943f45bbfb461de5991713989b1e"},
881
+ {file = "idna-3.9.tar.gz", hash = "sha256:e5c5dafde284f26e9e0f28f6ea2d6400abd5ca099864a67f576f3981c6476124"},
882
  ]
883
 
884
+ [package.extras]
885
+ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"]
886
+
887
  [[package]]
888
  name = "importlib-resources"
889
  version = "6.4.5"
 
2806
 
2807
  [[package]]
2808
  name = "spaces"
2809
+ version = "0.30.2"
2810
  description = "Utilities for Hugging Face Spaces"
2811
  optional = false
2812
  python-versions = "<4.0,>=3.7"
2813
  files = [
2814
+ {file = "spaces-0.30.2-py3-none-any.whl", hash = "sha256:fc98d232586b8e25038d9d2490b72cb30a9c0d4d123f136fc2e142ca9013288b"},
2815
+ {file = "spaces-0.30.2.tar.gz", hash = "sha256:c2d359466fb7813a7788c410d21539380e7eaf3398df320823877f6758a75497"},
2816
  ]
2817
 
2818
  [package.dependencies]
 
3469
  [metadata]
3470
  lock-version = "2.0"
3471
  python-versions = ">=3.10, <3.12"
3472
+ content-hash = "455e8df806e0fcfef435c112b77763d1aea6959781485ed71c7ebbbfbd6035c5"
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [tool.poetry]
2
  name = "lisa-on-cuda"
3
- version = "1.4.2"
4
  description = "LISA (Reasoning Segmentation via Large Language Model) on cuda, now with huggingface ZeroGPU support!"
5
  authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
6
  license = "Apache 2.0"
@@ -8,7 +8,7 @@ readme = "README.md"
8
 
9
  [metadata]
10
  name = "lisa-on-cuda"
11
- version = "1.4.2"
12
 
13
  [tool.poetry.urls]
14
  Source = "https://huggingface.co/spaces/aletrn/lisa-on-cuda/"
@@ -35,7 +35,7 @@ samgis-core = "3.0.13"
35
  scipy = "^1.14.0"
36
  sentencepiece = "^0.2.0"
37
  shortuuid = "^1.0.13"
38
- spaces = "0.29.2"
39
  torch = "2.2.0"
40
  torchvision = "0.17.0"
41
  tqdm = "^4.66.4"
 
1
  [tool.poetry]
2
  name = "lisa-on-cuda"
3
+ version = "1.4.4"
4
  description = "LISA (Reasoning Segmentation via Large Language Model) on cuda, now with huggingface ZeroGPU support!"
5
  authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
6
  license = "Apache 2.0"
 
8
 
9
  [metadata]
10
  name = "lisa-on-cuda"
11
+ version = "1.4.4"
12
 
13
  [tool.poetry.urls]
14
  Source = "https://huggingface.co/spaces/aletrn/lisa-on-cuda/"
 
35
  scipy = "^1.14.0"
36
  sentencepiece = "^0.2.0"
37
  shortuuid = "^1.0.13"
38
+ spaces = "0.30.2"
39
  torch = "2.2.0"
40
  torchvision = "0.17.0"
41
  tqdm = "^4.66.4"