Skip to content

Commit

Permalink
setup: Update to polars 0.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkajetanp committed Oct 9, 2023
1 parent c788693 commit 29a7f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install_requires =
plotly >= 5.15.0
tabulate >= 0.9.0
confuse >= 2.0.1
polars >= 0.17.12
polars >= 0.19.7
pdoc >= 14.0.0
xarray >= 2023.1.0
datashader >= 0.15.1
Expand Down
2 changes: 1 addition & 1 deletion wp/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class WorkloadProcessor:
def __init__(self, output_path, config=None):
self.config = confuse.Configuration(APP_NAME, __name__) if config is None else config

pl.enable_string_cache(True)
pl.enable_string_cache()
pl.Config.set_tbl_formatting('ASCII_MARKDOWN')
pl.Config.set_tbl_hide_column_data_types(True)
pl.Config.set_tbl_rows(10)
Expand Down

0 comments on commit 29a7f9b

Please sign in to comment.