diff --git a/pyproject.toml b/pyproject.toml index 1714cf1..054124b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ requires-python = ">=3.11" dependencies = [ "numpy>=1.23", - "pandas>=1.5", + "pandas>=2.2.2", "xmipy>=1.5.0", ]