diff --git a/pyproject.toml b/pyproject.toml index 3846c11..81c9e15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ isd = "isd.cli:main" dev = ["mypy~=1.2", "pre-commit~=3.2", "pytest~=8.0", "ruff~=0.5.0"] examples = ["tqdm~=4.66"] docs = ["sphinx~=7.2"] -polars = ["polars~=1.2.1"] +polars = ["polars~=1.3.0"] pandas = ["pandas~=2.0"] [build-system]