diff --git a/pyproject.toml b/pyproject.toml index 30641dd..5a86ba5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,12 +3,12 @@ name = "avps" version = "0.1.0" requires-python = ">=3.14" dependencies = [ - "marker-pdf>=1.10.2", - "pandas>=3.0.3", - "pyarrow>=24.0.0", - "pytz>=2026.2", + "marker-pdf>=2.0.0", + "pandas>=3.0.5", + "pyarrow>=25.0.0", + "pytz>=2026.3", "pyyaml>=6.0.3", "requests>=2.34.2", - "huggingface-hub>=0.26.0,<1.0", - "sentence-transformers>=5.5.0", + "huggingface-hub>=1.24.0,<2.0", + "sentence-transformers>=5.6.1", ]