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

[Python][Packaging] Remove numpy required dependency from pyarrow packaging #43846

Closed
raulcd opened this issue Aug 27, 2024 · 1 comment
Closed

Comments

@raulcd
Copy link
Member

raulcd commented Aug 27, 2024

Describe the enhancement requested

Once the following is merged:

As discussed here, we can follow up removing numpy from the required dependencies list so when pyarrow is installed it doesn't pull numpy.

Component(s)

Packaging, Python

raulcd added a commit to raulcd/arrow that referenced this issue Sep 17, 2024
@raulcd raulcd added this to the 18.0.0 milestone Oct 2, 2024
raulcd added a commit that referenced this issue Oct 10, 2024
…ckaging (#44148)

## WIP

Creating the PR to validate if / what are the CI failures 

### Rationale for this change
Once the issue has been merged:
- #25118

We do not require numpy as a pyarrow dependency.

### What changes are included in this PR?

Remove numpy as a required dependency

### Are these changes tested?

Via CI

### Are there any user-facing changes?

Yes, pyarrow won't install numpy as a required dependency.
* GitHub Issue: #43846

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
@raulcd
Copy link
Member Author

raulcd commented Oct 10, 2024

Issue resolved by pull request 44148
#44148

@raulcd raulcd closed this as completed Oct 10, 2024
raulcd added a commit that referenced this issue Oct 10, 2024
…ckaging (#44148)

## WIP

Creating the PR to validate if / what are the CI failures 

### Rationale for this change
Once the issue has been merged:
- #25118

We do not require numpy as a pyarrow dependency.

### What changes are included in this PR?

Remove numpy as a required dependency

### Are these changes tested?

Via CI

### Are there any user-facing changes?

Yes, pyarrow won't install numpy as a required dependency.
* GitHub Issue: #43846

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant