Skip to content

Commit

Permalink
GH-43846: [Python][Packaging] Remove numpy dependency from pyarrow pa…
Browse files Browse the repository at this point in the history
…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 <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
  • Loading branch information
raulcd committed Oct 10, 2024
1 parent 7d5efe5 commit e15bbe6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions docs/source/python/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,9 @@ See :ref:`python-development`.
Dependencies
------------

Required dependency

* **NumPy 1.16.6** or higher.

Optional dependencies

* **NumPy 1.16.6** or higher.
* **pandas 1.0** or higher,
* **cffi**.

Expand Down
3 changes: 0 additions & 3 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ build-backend = "setuptools.build_meta"
name = "pyarrow"
dynamic = ["version"]
requires-python = ">=3.9"
dependencies = [
"numpy >= 1.16.6"
]
description = "Python library for Apache Arrow"
readme = {file = "README.md", content-type = "text/markdown"}
license = {text = "Apache Software License"}
Expand Down

0 comments on commit e15bbe6

Please sign in to comment.