From 49d5f686803d8b63327d482721efb20c1b502f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Tue, 28 May 2024 12:36:37 +0200 Subject: [PATCH] Add missing quotes and format --- python/pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 190b59f30839b..c06a908056659 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -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"