Skip to content

Commit

Permalink
build(deps): update polars requirement from ~=1.2.1 to ~=1.3.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.2.1...py-1.3.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 Jul 29, 2024
1 parent 52e6b5a commit 58d6915
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~=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]
Expand Down

0 comments on commit 58d6915

Please sign in to comment.