File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ gcsfs = { version = ">=2023.1.0", optional = true }
7878huggingface-hub = { version = " >=0.24.0" , optional = true }
7979psycopg2-binary = { version = " >=2.9.6" , optional = true }
8080sqlalchemy = { version = " ^2.0.18" , optional = true }
81- getdaft = { version = " >=0.2.12 " , optional = true }
81+ daft = { version = " >=0.4.7 " , optional = true }
8282cachetools = " >=5.5,<7.0"
8383pyiceberg-core = { version = " ^0.5.1" , optional = true }
8484polars = { version = " ^1.21.0" , optional = true }
@@ -298,7 +298,7 @@ pyarrow = ["pyarrow", "pyiceberg-core"]
298298pandas = [" pandas" , " pyarrow" ]
299299duckdb = [" duckdb" , " pyarrow" ]
300300ray = [" ray" , " pyarrow" , " pandas" ]
301- daft = [" getdaft " ]
301+ daft = [" daft " ]
302302polars = [" polars" ]
303303snappy = [" python-snappy" ]
304304hive = [" thrift" ]
You can’t perform that action at this time.
0 commit comments