Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use new num version instead of explicit num-complex dependency #4532

Merged
merged 1 commit into from
Jul 16, 2023

Conversation

mwlon
Copy link
Contributor

@mwlon mwlon commented Jul 16, 2023

Which issue does this PR close?

Minor cleanup for issue #3849 which was partly resolved in #4482. Now num has version 0.4.1 which requires the downstream versions we need directly, 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

@github-actions github-actions bot added the arrow Changes to the arrow crate label Jul 16, 2023
@tustvold tustvold merged commit 13fdfa4 into apache:master Jul 16, 2023
25 checks passed
@tustvold
Copy link
Contributor

Thank you for sorting this out 👍

@mwlon mwlon deleted the num-0.4.1 branch July 18, 2023 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants