diff --git a/pyproject.toml b/pyproject.toml index a4b6701..de3ccb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.11" dependencies = [ "click==8.2.1", "gam7==7.29.4", - "pandas==2.3.3", + "pandas==3.0.0", "tzdata", ]