Skip to content

Commit

Permalink
Add numpy to archery integration deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Nov 13, 2024
1 parent d7bc378 commit cf69633
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 cf69633

Please sign in to comment.