diff --git a/pyproject.toml b/pyproject.toml index b726314e..719f779b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "datasets[vision] >= 3.1.0", # imports modules with image features "pandas >= 2.2.3", "matplotlib >= 3.9.3", - "pyarrow >= 15.0.0, < 20.0.0", # HF datasets not migrated to pyarrow 20.0.0 yet + "pyarrow >= 15.0.0", ] [project.optional-dependencies]