Skip to content

Commit

Permalink
apacheGH-43846: [Python][Packaging] Remove numpy dependency from pyar…
Browse files Browse the repository at this point in the history
…row packaging
  • Loading branch information
raulcd committed Sep 17, 2024
1 parent fea1e97 commit 2a52bce
Showing 1 changed file with 0 additions and 3 deletions.
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 2a52bce

Please sign in to comment.