Skip to content

Commit 731c862

Browse files
Update polars requirement from <1.20 to <1.21
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>
1 parent cace8e9 commit 731c862

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
@@ -109,7 +109,7 @@ optional-dependencies.all = [
109109
]
110110
optional-dependencies.cfr = [
111111
"pandas<2.3",
112-
"polars<1.20",
112+
"polars<1.21",
113113
"pyarrow<18.2",
114114
]
115115
optional-dependencies.cloud = [
@@ -152,7 +152,7 @@ optional-dependencies.io = [
152152
"dask[dataframe]>=2020",
153153
"fsspec[s3,http]",
154154
"pandas>=1,<2.3",
155-
"polars<1.20",
155+
"polars<1.21",
156156
"sqlalchemy>=2",
157157
"universal-pathlib<0.3",
158158
]

0 commit comments

Comments
 (0)