Skip to content

Commit

Permalink
Bump polars and set minimum version to avoid kernal panic bug
Browse files Browse the repository at this point in the history
This changeset targets the Polars 1.17.1 release, which fixes
a bug that was impacting downstream cladetime users
bug: pola-rs/polars#20216
release: https://github.com/pola-rs/polars/releases/tag/py-1.17.1
  • Loading branch information
bsweger committed Dec 9, 2024
1 parent cba8c60 commit 5335b57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"cloudpathlib",
"docker",
"pandas",
"polars>=1.0.0",
"polars>=1.17.1",
"pyarrow",
"requests>=2.32.0",
"rich",
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pandas==2.2.3
# via cladetime (pyproject.toml)
pluggy==1.5.0
# via pytest
polars==1.12.0
polars==1.17.1
# via cladetime (pyproject.toml)
pyarrow==18.0.0
# via cladetime (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ numpy==2.1.3
# pandas
pandas==2.2.3
# via cladetime (pyproject.toml)
polars==1.12.0
polars==1.17.1
# via cladetime (pyproject.toml)
pyarrow==18.0.0
# via cladetime (pyproject.toml)
Expand Down

0 comments on commit 5335b57

Please sign in to comment.