Skip to content
Snippets Groups Projects
Unverified Commit dd3e87a1 authored by René Fritze's avatar René Fritze
Browse files

[py] require numpy

parent 1d471c8e
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ setup(name='dune.xt.la',
author='The dune-xt devs',
author_email='dune-xt-dev@listserv.uni-muenster.de',
url='https://github.com/dune-community/dune-xt-la',
install_requires=['numpy', 'scipy'],
packages = find_packages(),
zip_safe = 0,
package_data = {'': ['*.so']},)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment