feat: upgrade gradio to version 6
Browse files- .python-version +1 -1
- README.md +1 -1
- pyproject.toml +6 -2
- uv.lock +0 -0
.python-version
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
3.
|
|
|
|
| 1 |
+
3.13
|
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🫅
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.0.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
pyproject.toml
CHANGED
|
@@ -3,9 +3,9 @@ name = "unpredictable-lord"
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
-
requires-python = ">=3.
|
| 7 |
dependencies = [
|
| 8 |
-
"gradio>=
|
| 9 |
"spaces>=0.42.1",
|
| 10 |
"torch>=2.9.1",
|
| 11 |
]
|
|
@@ -15,6 +15,10 @@ dev = [
|
|
| 15 |
"poethepoet>=0.37.0",
|
| 16 |
]
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
[build-system]
|
| 19 |
requires = ["hatchling"]
|
| 20 |
build-backend = "hatchling.build"
|
|
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.13"
|
| 7 |
dependencies = [
|
| 8 |
+
"gradio>=6.0.0",
|
| 9 |
"spaces>=0.42.1",
|
| 10 |
"torch>=2.9.1",
|
| 11 |
]
|
|
|
|
| 15 |
"poethepoet>=0.37.0",
|
| 16 |
]
|
| 17 |
|
| 18 |
+
[tool.uv]
|
| 19 |
+
# Gradio 6.0.0 requires prerelease versions of some dependencies
|
| 20 |
+
prerelease = "allow"
|
| 21 |
+
|
| 22 |
[build-system]
|
| 23 |
requires = ["hatchling"]
|
| 24 |
build-backend = "hatchling.build"
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|