Skip to content

Commit

Permalink
Further updated polars and fixed a small test case that the polars ch…
Browse files Browse the repository at this point in the history
…ange modified
  • Loading branch information
mmcdermott committed May 17, 2024
1 parent 79d41a4 commit 6c20b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EventStream/data/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ def convert_to_DL_DF(self) -> pl.DataFrame:
│ 2.0, 3.0] ┆ ┆ ┆ [1.0, ┆ [1.0, ┆ [1.0, ┆ │
│ ┆ ┆ ┆ 2.0], ┆ 2.0], ┆ 2.0], ┆ │
│ ┆ ┆ ┆ [2.0, ┆ [2.0, ┆ [null, ┆ │
│ ┆ ┆ ┆ 3.0]] ┆ 3.0]]null]… ┆ │
│ ┆ ┆ ┆ 3.0] ┆ 3.0]nul… ┆ │
│ [1.0, ┆ [1.0, ┆ [1.0, ┆ [[1.0], ┆ [[1.0], ┆ [[1.0], ┆ 10.0 │
│ 5.0] ┆ 2.0] ┆ 1.0] ┆ [1.0, ┆ [1.0, ┆ [1.0, ┆ │
│ ┆ ┆ ┆ 5.0]] ┆ 2.0]] ┆ null]] ┆ │
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
polars = "^0.20.22"
polars = "^0.20.26"
plotly = "^5.16.1"
ml-mixins = "^0.0.5"
humanize = "^4.8.0"
Expand Down

0 comments on commit 6c20b5d

Please sign in to comment.