Skip to content

Commit

Permalink
build(deps): update polars requirement from ~=1.17.0 to ~=1.18.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.17.0...py-1.18.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 Dec 30, 2024
1 parent 6154a36 commit e69fa2d
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.8.0"]
examples = ["tqdm~=4.66"]
docs = ["sphinx~=8.0"]
polars = ["polars~=1.17.0"]
polars = ["polars~=1.18.0"]
pandas = ["pandas~=2.0"]

[build-system]
Expand Down

0 comments on commit e69fa2d

Please sign in to comment.