diff --git a/pyproject.toml b/pyproject.toml index 57f1bfe..35f6042 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ isd = "isd.cli:main" dev = ["mypy~=1.2", "pre-commit~=4.0", "pytest~=8.0", "ruff~=0.9.1"] examples = ["tqdm~=4.66"] docs = ["sphinx~=8.0"] -polars = ["polars~=1.19.0"] +polars = ["polars~=1.20.0"] pandas = ["pandas~=2.0"] [build-system]