diff --git a/Cargo.toml b/Cargo.toml index 130c074b..5c2f0629 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,8 +40,8 @@ thiserror = "1.0.25" time = { version = "0.3", features = ["serde", "serde-well-known", "serde-human-readable", "macros"] } num = "0.4.0" ndarray = "0.15.3" -polars = { version = "0.34.2", features = ["lazy", "rows", "ndarray"] } -pyo3-polars = "0.8.0" +polars = { version = "0.35.4", features = ["lazy", "rows", "ndarray"] } +pyo3-polars = "0.9.0" pyo3 = { version = "0.20.0" } tracing = "0.1" csv = "1.1"