From a1ad138bf0720edca9fa498ca3ad21b798cf8ed3 Mon Sep 17 00:00:00 2001 From: "Matthew D. Scholefield" Date: Sun, 11 Nov 2018 21:23:01 -0600 Subject: [PATCH] Re-add speechpy to requirements (Fixes #45) This prevents older models from erroring --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8138dc1..4730801 100644 --- a/setup.py +++ b/setup.py @@ -79,6 +79,7 @@ setup( 'precise-runner', 'attrs', 'fitipy', - 'bbopt' + 'bbopt', + 'speechpy-fast' ] )