うみゅ commited on
Commit
62d8227
·
unverified ·
1 Parent(s): 4d64a56

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +3 -3
pyproject.toml CHANGED
@@ -1,12 +1,12 @@
1
  [project]
2
  name = "saliencymapdemo"
3
- version = "0.0.13"
4
  description = "SaliencyMapDemo"
5
  readme = "README.md"
6
  requires-python = ">=3.10"
7
  dependencies = [
8
- "gradio>=5.13.1",
9
- "gradio-client>=1.6.0",
10
  "opencv-contrib-python>=4.11.0.86",
11
  "opencv-python>=4.11.0.86",
12
  ]
 
1
  [project]
2
  name = "saliencymapdemo"
3
+ version = "1.0.0"
4
  description = "SaliencyMapDemo"
5
  readme = "README.md"
6
  requires-python = ">=3.10"
7
  dependencies = [
8
+ "gradio>=5.29.1",
9
+ "gradio-client>=1.10.1",
10
  "opencv-contrib-python>=4.11.0.86",
11
  "opencv-python>=4.11.0.86",
12
  ]