alessandro trinca tornidor commited on
Commit
b013a13
·
1 Parent(s): 5d972f3

ci: re-add mandatory gradio depdendency

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -5
pyproject.toml CHANGED
@@ -39,11 +39,6 @@ numpy = [
39
  {version = "1.25.2", python = "~3.10"},
40
  {version = "^1.26", python = "~3.11"}
41
  ]
42
-
43
- [tool.poetry.group.gradio]
44
- optional = true
45
-
46
- [tool.poetry.group.gradio.dependencies]
47
  gradio = "^4.21.0"
48
  gradio-client = "^0.12.0"
49
 
 
39
  {version = "1.25.2", python = "~3.10"},
40
  {version = "^1.26", python = "~3.11"}
41
  ]
 
 
 
 
 
42
  gradio = "^4.21.0"
43
  gradio-client = "^0.12.0"
44