diff --git a/pyproject.toml b/pyproject.toml index 0842fbf..7f902c4 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.4.1"] examples = ["tqdm~=4.66"] docs = ["sphinx~=7.2"] -polars = ["polars~=1.0.0"] +polars = ["polars~=1.1.0"] pandas = ["pandas~=2.0"] [build-system]