Skip to content

Commit

Permalink
Update polars requirement from <1.17 to <1.18
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-0.0.1...py-1.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Dec 10, 2024
1 parent c29eb0b commit 080044e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ all = [
]
cfr = [
"pandas<2.3",
"polars<1.17",
"polars<1.18",
"pyarrow<18.2",
]
cloud = [
Expand Down Expand Up @@ -157,7 +157,7 @@ io = [
"dask[dataframe]>=2020",
"fsspec[s3,http]",
"pandas<2.3,>=1",
"polars<1.17",
"polars<1.18",
"sqlalchemy>=2",
"universal-pathlib<0.3",
]
Expand Down

0 comments on commit 080044e

Please sign in to comment.