mwlon opened a new pull request, #4532: URL: https://github.com/apache/arrow-rs/pull/4532
# Which issue does this PR close? Minor cleanup for issue https://github.com/apache/arrow-rs/issues/3849 which was partly resolved in https://github.com/apache/arrow-rs/pull/4482/. Now `num` [has version 0.4.1 which requires the downstream versions we need directly](https://github.com/rust-num/num/issues/426), making this change possible. # Rationale for this change The whole point of num is to be a wrapper crate around num-*, so having an explicit dependency on num-complex seems undesirable. # What changes are included in this PR? * Remove direct num-complex dependency * Require num >= 0.4.1 # Are there any user-facing changes? no -- 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]
