diff --git a/pyproject.toml b/pyproject.toml index f07ab94..548aff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tools = [ ] app = [ "gradio[oauth]>=6.15,<7", - "pandas>=2.2,<3", + "pandas>=2.2,<4", ] dev = [ "pytest>=8.0", diff --git a/requirements.txt b/requirements.txt index 04259c2..ee9acae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # Space installs from requirements.txt. CI's "space-parity" job installs exactly # this file and imports app.py, so drift is caught before deploy. gradio[oauth]>=6.15,<7 -pandas>=2.2,<3 +pandas>=2.2,<4 requests>=2.32,<3 pydantic>=2.10,<3