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": [