From a65c26f167b8063232baa529501d5295ae765180 Mon Sep 17 00:00:00 2001
From: Anton Akhmerov <anton.akhmerov@gmail.com>
Date: Sat, 6 Aug 2016 02:33:56 +0200
Subject: [PATCH] specify required tinyarray version

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9667ea69..fe6d6a5f 100755
--- a/setup.py
+++ b/setup.py
@@ -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
-- 
GitLab