Skip to content
Snippets Groups Projects
Unverified Commit f2465de5 authored by Brent Huisman's avatar Brent Huisman Committed by GitHub
Browse files

Add numpy to requirements (#1296)

Numpy is now explicitly required for use in the Python probes interface.
parent 7b7a6b56
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ setuptools.setup(
version=version_,
python_requires='>=3.6',
install_requires=[],
install_requires=['numpy'],
setup_requires=[],
zip_safe=False,
ext_modules=[cmake_extension('arbor')],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment