Skip to content

Commit 9a5ec68

Browse files
dependabot[bot]amotl
authored andcommitted
Update polars requirement from <1.25 to <1.27
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.26.0) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a133692 commit 9a5ec68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ optional-dependencies.cfr = [
114114
"matplotlib<3.11",
115115
"numpy<2.3",
116116
"pandas<2.3",
117-
"polars<1.25",
117+
"polars<1.27",
118118
"pyarrow<19.1",
119119
]
120120
optional-dependencies.cloud = [
@@ -157,7 +157,7 @@ optional-dependencies.io = [
157157
"dask[dataframe]>=2020",
158158
"fsspec[s3,http]",
159159
"pandas>=1,<2.3",
160-
"polars<1.25",
160+
"polars<1.27",
161161
"sqlalchemy>=2",
162162
"universal-pathlib<0.3",
163163
]

0 commit comments

Comments
 (0)