diff --git a/pyproject.toml b/pyproject.toml index daa6275c..6660e455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "numba >= 0.60.0,< 0.65", "numexpr >= 2.8, < 2.14.2", "numpy >= 1.18.5,< 3", - "pandas >= 1.4,< 3.0", + "pandas >= 1.4,< 4.0", "pandera >= 0.20.1, < 0.31", "pyarrow>=7, <24", ]