aletrn commited on
Commit
b3c7ca2
·
1 Parent(s): 5fb3e36

chore: update gradio==5.11.0

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -2
pyproject.toml CHANGED
@@ -19,13 +19,12 @@ Demo = "https://huggingface.co/spaces/aletrn/samgis"
19
  python = ">=3.10, <3.13"
20
  onnxruntime = "^1.20.1"
21
  samgis-web = "1.2.1"
22
- gradio = "^5.9.1"
23
 
24
  [tool.poetry.group.gradio]
25
  optional = true
26
 
27
  [tool.poetry.group.gradio.dependencies]
28
- gradio = "^5.8.0"
29
 
30
  [tool.poetry.group.test]
31
  optional = true
 
19
  python = ">=3.10, <3.13"
20
  onnxruntime = "^1.20.1"
21
  samgis-web = "1.2.1"
 
22
 
23
  [tool.poetry.group.gradio]
24
  optional = true
25
 
26
  [tool.poetry.group.gradio.dependencies]
27
+ gradio = "^5.11.0"
28
 
29
  [tool.poetry.group.test]
30
  optional = true