Skip to content

Commit 07ad250

Browse files
committed
update daft version
1 parent 62a6a5e commit 07ad250

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ gcsfs = { version = ">=2023.1.0", optional = true }
7878
huggingface-hub = { version = ">=0.24.0", optional = true }
7979
psycopg2-binary = { version = ">=2.9.6", optional = true }
8080
sqlalchemy = { version = "^2.0.18", optional = true }
81-
getdaft = { version = ">=0.2.12", optional = true }
81+
daft = { version = ">=0.4.7", optional = true }
8282
cachetools = ">=5.5,<7.0"
8383
pyiceberg-core = { version = "^0.5.1", optional = true }
8484
polars = { version = "^1.21.0", optional = true }
@@ -298,7 +298,7 @@ pyarrow = ["pyarrow", "pyiceberg-core"]
298298
pandas = ["pandas", "pyarrow"]
299299
duckdb = ["duckdb", "pyarrow"]
300300
ray = ["ray", "pyarrow", "pandas"]
301-
daft = ["getdaft"]
301+
daft = ["daft"]
302302
polars = ["polars"]
303303
snappy = ["python-snappy"]
304304
hive = ["thrift"]

0 commit comments

Comments
 (0)