@@ -10,12 +10,12 @@ description = "Lazy query engine for the Polars DataFrame library"
1010
1111[dependencies ]
1212ahash.workspace = true
13- polars-arrow = { version = " 0.25 .1" , path = " ../../polars-arrow" }
14- polars-core = { version = " 0.25 .1" , path = " ../../polars-core" , features = [" lazy" , " private" , " zip_with" , " random" ], default-features = false }
15- polars-io = { version = " 0.25 .1" , path = " ../../polars-io" , features = [" lazy" , " csv-file" , " private" ], default-features = false }
16- polars-ops = { version = " 0.25 .1" , path = " ../../polars-ops" , default-features = false }
17- polars-time = { version = " 0.25 .1" , path = " ../../polars-time" , optional = true }
18- polars-utils = { version = " 0.25 .1" , path = " ../../polars-utils" }
13+ polars-arrow = { version = " 0.26 .1" , path = " ../../polars-arrow" }
14+ polars-core = { version = " 0.26 .1" , path = " ../../polars-core" , features = [" lazy" , " private" , " zip_with" , " random" ], default-features = false }
15+ polars-io = { version = " 0.26 .1" , path = " ../../polars-io" , features = [" lazy" , " csv-file" , " private" ], default-features = false }
16+ polars-ops = { version = " 0.26 .1" , path = " ../../polars-ops" , default-features = false }
17+ polars-time = { version = " 0.26 .1" , path = " ../../polars-time" , optional = true }
18+ polars-utils = { version = " 0.26 .1" , path = " ../../polars-utils" }
1919pyo3 = { version = " 0.16" , optional = true }
2020rayon.workspace = true
2121regex = { version = " 1.6" , optional = true }
@@ -62,7 +62,7 @@ repeat_by = ["polars-core/repeat_by"]
6262round_series = [" polars-core/round_series" ]
6363is_first = [" polars-core/is_first" ]
6464cross_join = [" polars-core/cross_join" ]
65- asof_join = [" polars-core/asof_join" , " polars-time" ]
65+ asof_join = [" polars-core/asof_join" , " polars-time" , " polars-ops/asof_join " ]
6666dot_product = [" polars-core/dot_product" ]
6767concat_str = [" polars-core/concat_str" ]
6868arange = []
@@ -96,7 +96,7 @@ search_sorted = ["polars-ops/search_sorted"]
9696meta = []
9797pivot = [" polars-core/rows" , " polars-ops/pivot" ]
9898top_k = [" polars-ops/top_k" ]
99- semi_anti_join = [" polars-core/semi_anti_join" ]
99+ semi_anti_join = [" polars-core/semi_anti_join" , " polars-ops/semi_anti_join " ]
100100cse = []
101101propagate_nans = [" polars-ops/propagate_nans" ]
102102coalesce = []
0 commit comments