diff --git a/pyproject.toml b/pyproject.toml index 70bf35d2..8ebf12d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ authors = [{name = "ING Analytics Wholesale Banking", email = "wbaa@ing.com"}] license = {type = "MIT", file = "LICENSE"} dependencies = [ "numpy>=1.18.0", - "pandas>=0.25.1,<2", + "pandas>=2.2.2,<3", "scipy>=1.5.2", "histogrammar>=1.0.32", "phik",