@@ -207,8 +207,6 @@ polars = { version = "0.52", features = [
207207 " sql" ,
208208 " timezones" ,
209209], optional = true }
210- polars-ops = { version = " 0.52" , optional = true }
211- polars-utils = { version = " 0.52" , optional = true }
212210publicsuffix = { version = " 2.2" , optional = true }
213211pyo3 = { version = " 0.27" , features = [" auto-initialize" ], optional = true }
214212qsv-dateparser = " 0.13"
@@ -372,10 +370,6 @@ sled = { git = "https://github.com/dathere/sled", branch = "v0.34.7-bumped-parki
372370# QSV_POLARS_REV=b44da8f
373371# polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.35.1" }
374372polars = { git = " https://github.com/pola-rs/polars" , rev = " b44da8f" }
375- # polars-ops = { git = "https://github.com/pola-rs/polars", tag = "py-1.35.1" }
376- polars-ops = { git = " https://github.com/pola-rs/polars" , rev = " b44da8f" }
377- # polars-utils = { git = "https://github.com/pola-rs/polars", tag = "py-1.35.1" }
378- polars-utils = { git = " https://github.com/pola-rs/polars" , rev = " b44da8f" }
379373
380374[features ]
381375default = [" mimalloc" ]
@@ -424,7 +418,7 @@ geocode = [
424418 " sled" ,
425419]
426420luau = [" mlua" , " sanitize-filename" ]
427- polars = [" dep:polars" , " bytemuck" , " dep:polars-ops " , " dep:polars-utils " ]
421+ polars = [" dep:polars" , " bytemuck" ]
428422prompt = [" rfd" ]
429423python = [" pyo3" ]
430424to = [" csvs_convert" ]
0 commit comments