From 60e740f6056a79f55ddedfdef70e5c3a5a336660 Mon Sep 17 00:00:00 2001 From: martin legrand Date: Tue, 11 Mar 2025 11:44:20 +0100 Subject: [PATCH] Fix : installation setup and requirements --- requirements.txt | 3 +++ setup.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/requirements.txt b/requirements.txt index e122ccd..97e15e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,10 @@ flask==3.1.0 soundfile==0.13.1 protobuf==3.20.3 termcolor==2.5.0 +ipython==9.0.2 gliclass==0.1.8 +pyaudio==0.2.14 +librosa==0.10.2.post1 # if use chinese ordered_set pypinyin diff --git a/setup.py b/setup.py index 1c346cc..b5f3076 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,9 @@ setup( "protobuf==3.20.3", "termcolor==2.5.0", "gliclass==0.1.8", + "ipython==7.16.1", + "pyaudio-0.2.14", + "librosa==0.10.2.post1" ], extras_require={ "chinese": [