diff --git a/app/requirements.txt b/app/requirements.txt index 69cf1f7..920fd01 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ # Local app development installs the repository package from the parent dir. -e .. -gradio>=6.10.0,<7 +gradio>=6.15.0,<7 plotly>=5.0,<6 pillow>=12.2.0 diff --git a/requirements.txt b/requirements.txt index 012184b..a5ec3e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Deployment dependencies for surfaces that install from requirements.txt. # `-e .` ensures Databricks Apps installs this repository's local package. -e . -gradio>=6.10.0,<7 +gradio>=6.15.0,<7 plotly>=5.0,<6 pillow>=12.2.0