We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ad250 commit 2198d00Copy full SHA for 2198d00
1 file changed
pyproject.toml
@@ -78,7 +78,7 @@ gcsfs = { version = ">=2023.1.0", optional = true }
78
huggingface-hub = { version = ">=0.24.0", optional = true }
79
psycopg2-binary = { version = ">=2.9.6", optional = true }
80
sqlalchemy = { version = "^2.0.18", optional = true }
81
-daft = { version = ">=0.4.7", optional = true }
+daft = { version = ">=0.5.0", optional = true }
82
cachetools = ">=5.5,<7.0"
83
pyiceberg-core = { version = "^0.5.1", optional = true }
84
polars = { version = "^1.21.0", optional = true }
0 commit comments