You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/22 03:00:39 UTC

[GitHub] [arrow-rs] houqp commented on a change in pull request #1076: Update pyo3 to 0.15

houqp commented on a change in pull request #1076:
URL: https://github.com/apache/arrow-rs/pull/1076#discussion_r773568546



##########
File path: arrow-pyarrow-integration-testing/Cargo.toml
##########
@@ -33,7 +33,7 @@ crate-type = ["cdylib"]
 
 [dependencies]
 arrow = { path = "../arrow", version = "7.0.0-SNAPSHOT", features = ["pyarrow"] }
-pyo3 = { version = "0.14", features = ["extension-module"] }

Review comment:
       have  you tried building without the explicit pyo3 dependency here? arrow's `pyarrow` feature flag should be pulling this dependency already. although I don't know if the tests depend on the extension-module flag here.




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org