Skip to content

Commit

Permalink
build(deps): update polars requirement from ~=1.10.0 to ~=1.12.0
Browse files Browse the repository at this point in the history
Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-1.10.0...py-1.12.0)

---
updated-dependencies:
- dependency-name: polars
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gadomski committed Oct 28, 2024
1 parent c9fef6b commit cef656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ isd = "isd.cli:main"
dev = ["mypy~=1.2", "pre-commit~=4.0", "pytest~=8.0", "ruff~=0.7.0"]
examples = ["tqdm~=4.66"]
docs = ["sphinx~=8.0"]
polars = ["polars~=1.10.0"]
polars = ["polars~=1.12.0"]
pandas = ["pandas~=2.0"]

[build-system]
Expand Down

0 comments on commit cef656e

Please sign in to comment.