Skip to content
Snippets Groups Projects
Commit a65c26f1 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

specify required tinyarray version

parent cfa38b5c
No related branches found
No related tags found
No related merge requests found
......@@ -637,7 +637,7 @@ def main():
'build_tut': build_tut,
'test': test},
ext_modules=exts,
install_requires=['numpy >= 1.8.1', 'scipy >= 0.13.3', 'tinyarray'],
install_requires=['numpy >= 1.8.1', 'scipy >= 0.13.3', 'tinyarray >= 1.2.0'],
extras_require={
'plotting': 'matplotlib >= 1.3.1',
# Ubuntu 16.04 is the oldest supported distro with python3-sympy
......
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