diff --git a/pyproject.toml b/pyproject.toml index 72340c4..89436a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dynamic = ["version"] requires-python = ">=3.10" dependencies = [ - "pandas>=2", + "pandas>=2.3.3", "numpy>=1.24", "pyarrow>=14", "shapely>=2",