Skip to content

Commit

Permalink
Restrict polars version
Browse files Browse the repository at this point in the history
  • Loading branch information
hexane360 committed Jun 20, 2024
1 parent 6203439 commit 113d028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"click~=8.1", # for cli
"numpy>=1.22,<2.3.0", # tested on 2.0.0
"scipy~=1.8",
"polars~=0.20.9",
"polars~=0.20.9,<0.20.27", # https://github.com/pola-rs/polars/issues/16522 et al.
"matplotlib~=3.5",
"requests~=2.28",
"lxml~=5.0",
Expand Down

0 comments on commit 113d028

Please sign in to comment.