diff --git a/pyproject.toml b/pyproject.toml index fee6281..7cb65ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", ] dependencies = [ - "pyarrow>=8.0.0,<14.1.0", + "pyarrow>=8.0.0", ] [project.optional-dependencies]