This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 479e3502a9 GH-44716: [Dev][Integration] Add numpy to archery
integration deps (#44717)
479e3502a9 is described below
commit 479e3502a982c546b2d5f46d88e2c9f0b711e017
Author: Bryce Mecum <[email protected]>
AuthorDate: Wed Nov 13 19:09:19 2024 -0800
GH-44716: [Dev][Integration] Add numpy to archery integration deps (#44717)
### Rationale for this change
https://github.com/apache/arrow/issues/44716
### What changes are included in this PR?
Added numpy to the integration group in archery's setup.py.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #44716
Authored-by: Bryce Mecum <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
dev/archery/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/archery/setup.py b/dev/archery/setup.py
index 59e6b5ca38..f1e0df6231 100755
--- a/dev/archery/setup.py
+++ b/dev/archery/setup.py
@@ -34,7 +34,7 @@ extras = {
'crossbow-upload': ['github3.py', jinja_req, 'ruamel.yaml',
'setuptools_scm'],
'docker': ['ruamel.yaml', 'python-dotenv'],
- 'integration': ['cffi'],
+ 'integration': ['cffi', 'numpy'],
'integration-java': ['jpype1'],
'lint': ['numpydoc==1.1.0', 'autopep8', 'flake8==6.1.0', 'cython-lint',
'cmake_format==0.6.13', 'sphinx-lint==0.9.1'],