This commit is contained in:
Elijah McMorris 2023-11-21 19:07:47 +00:00
parent 4063fa3c0f
commit acf6858c6c
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
5 changed files with 40 additions and 85 deletions

View file

@ -5,7 +5,7 @@ version = "1.0.0"
edition = "2021"
[dependencies]
polars = { version = "0.32", features = [
polars = { version = "0.35", features = [
"lazy",
"strings",
"parquet",
@ -27,6 +27,7 @@ serde_json = "1.0"
rand = "0.8"
futures = "0.3"
lazy_static = "1.4"
anyhow = "1.0"
[dev-dependencies]
serial_test = "*"