Skip to content

Commit

Permalink
Update polars requirement from <1.20 to <1.21
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.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and amotl committed Jan 20, 2025
1 parent 0605721 commit cdc37ea
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 @@ -109,7 +109,7 @@ optional-dependencies.all = [
]
optional-dependencies.cfr = [
"pandas<2.3",
"polars<1.20",
"polars<1.21",
"pyarrow<19.1",
]
optional-dependencies.cloud = [
Expand Down Expand Up @@ -152,7 +152,7 @@ optional-dependencies.io = [
"dask[dataframe]>=2020",
"fsspec[s3,http]",
"pandas>=1,<2.3",
"polars<1.20",
"polars<1.21",
"sqlalchemy>=2",
"universal-pathlib<0.3",
]
Expand Down

0 comments on commit cdc37ea

Please sign in to comment.