diff --git a/pyproject.toml b/pyproject.toml index d339409ba..4f79fd39e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ dev = [ spark = [ "pyspark>=2.3.0", "pyarrow>=2.0.0", - "pandas>1.1, <2, !=1.4.0", + "pandas>2.2, <3, !=1.4.0", "numpy>=1.16.0,<1.24", "visions[type_image_path]==0.7.5", ]