From: Guillaume Pellerin Date: Mon, 15 Apr 2013 21:13:26 +0000 (+0200) Subject: now require numpy>=1.6.2 for float16 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=21740da619b1b6f2447744aa0c3507cabd94e8b6;p=timeside-diadems.git now require numpy>=1.6.2 for float16 --- diff --git a/setup.py b/setup.py index 77983f2..73cd95c 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( version = '0.4.3', install_requires = [ 'setuptools', - 'numpy', + 'numpy>=1.6.2', 'mutagen', 'pil', ],