Skip to content

Commit

Permalink
GH-44716: [Dev][Integration] Add numpy to archery integration deps (#…
Browse files Browse the repository at this point in the history
…44717)

### Rationale for this change

#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]>
  • Loading branch information
amoeba authored Nov 14, 2024
1 parent d534e77 commit 479e350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/archery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'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'],
Expand Down

0 comments on commit 479e350

Please sign in to comment.