Update to polars 0.16 (#4013)

* update to polars 0.16

* enabled features for polars
This commit is contained in:
Fernando Herrera
2021-09-15 20:10:12 +01:00
committed by GitHub
parent cc3653cfd9
commit c164ef5489
6 changed files with 172 additions and 109 deletions

View File

@ -32,7 +32,7 @@ serde_yaml = "0.8.16"
toml = "0.5.8"
[dependencies.polars]
version = "0.15.1"
version = "0.16.0"
optional = true
features = ["default", "serde", "rows", "strings", "checked_arithmetic", "object", "dtype-duration-ns"]