From 21740da619b1b6f2447744aa0c3507cabd94e8b6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 15 Apr 2013 23:13:26 +0200 Subject: [PATCH] now require numpy>=1.6.2 for float16 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ], -- 2.39.5