From 67522cc9863963ead247cbe1f7ab2c7394ae3f44 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Mon, 20 Apr 2020 13:28:25 +0200 Subject: [PATCH] Force numba pinned version --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bdd5682d..ba6332e1 100644 --- a/setup.py +++ b/setup.py @@ -73,6 +73,7 @@ def main(): 'bs4', 'pandas', 'requests', + 'numba == 0.47.0', # ships py3.5 wheel, depend on llvmlite 0.31.* 'librosa', 'soundfile', ]