Skip to content

Commit

Permalink
Add missing quotes and format
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed May 28, 2024
1 parent e94615b commit 49d5f68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ requires = [
build-backend = "setuptools.build_meta"

[options]
install_requires =
numpy >= 1.16.6
install_requires = [
"numpy >= 1.16.6"
]

[project]
name = "pyarrow"
Expand Down

0 comments on commit 49d5f68

Please sign in to comment.