Spaces:
Sleeping
Sleeping
うみゅ
commited on
Update pyproject.toml
Browse files- pyproject.toml +3 -3
pyproject.toml
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
[project]
|
2 |
name = "saliencymapdemo"
|
3 |
-
version = "0.0
|
4 |
description = "SaliencyMapDemo"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.10"
|
7 |
dependencies = [
|
8 |
-
"gradio>=5.
|
9 |
-
"gradio-client>=1.
|
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 |
]
|