diff --git a/pyproject.toml b/pyproject.toml index c63fa42f2..7edbfdc81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "cmake<3.27", "deprecated", # Because used in csp.impl.struct, which is used in autogen "oldest-supported-numpy", - "pyarrow>=15,<20", + "pyarrow>=15,<22", "ruamel.yaml", "scikit-build", "setuptools>=69,<74", @@ -26,7 +26,7 @@ dependencies = [ "pandas<2.3; python_version<'3.10'", "pandas; python_version>='3.10'", "psutil", - "pyarrow>=15,<20", + "pyarrow>=15,<22", "pydantic>=2", "pytz", "ruamel.yaml",