kevinjqliu commented on code in PR #2442:
URL: https://github.com/apache/iceberg-rust/pull/2442#discussion_r3231267052


##########
bindings/python/pyproject.toml:
##########
@@ -61,6 +61,11 @@ dev = [
     "maturin>=1.0,<2.0",
     "pytest>=8.3.2",
     "datafusion==52.*",
-    "pyiceberg[sql-sqlite,pyarrow]",
+    # Set a PyIceberg lower bound; otherwise the resolver may select the
+    # unrelated 0.0.2 stub.
+    # Keep pyarrow direct because current pyiceberg[pyarrow] releases depend on
+    # pyiceberg-core, which conflicts with this local pyiceberg-core project.

Review Comment:
   we need to change pyiceberg[pyarrow] to not pull in pyiceberg-core



##########
bindings/python/pyproject.toml:
##########
@@ -61,6 +61,11 @@ dev = [
     "maturin>=1.0,<2.0",
     "pytest>=8.3.2",
     "datafusion==52.*",
-    "pyiceberg[sql-sqlite,pyarrow]",
+    # Set a PyIceberg lower bound; otherwise the resolver may select the
+    # unrelated 0.0.2 stub.

Review Comment:
   we need to yank these stubs from pypi



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to