Upgrade Gradio requirement to version 6
Browse files- Update gradio dependency from >=5.49.0 to >=6.0.0
- Gradio 6.x already installed and tested (currently 6.2.0)
- All tests pass (13/13 UI tests passing)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -9,7 +9,7 @@ description = "Mussel-Aeon-Paladin workflow for digital pathology"
|
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.10,<3.12"
|
| 11 |
dependencies = [
|
| 12 |
-
"gradio>=
|
| 13 |
"lightning>=2.6.0",
|
| 14 |
"loguru>=0.7.3",
|
| 15 |
"memory-profiler>=0.61.0",
|
|
|
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.10,<3.12"
|
| 11 |
dependencies = [
|
| 12 |
+
"gradio>=6.0.0",
|
| 13 |
"lightning>=2.6.0",
|
| 14 |
"loguru>=0.7.3",
|
| 15 |
"memory-profiler>=0.61.0",
|