Update requirements.txt
Browse files- requirements.txt +1 -14
requirements.txt
CHANGED
@@ -21,8 +21,6 @@ matplotlib-inline>=0.1.3
|
|
21 |
praat-parselmouth>=0.4.2
|
22 |
Pillow>=9.1.1
|
23 |
resampy>=0.4.2
|
24 |
-
scikit-learn
|
25 |
-
tensorboard
|
26 |
tqdm>=4.63.1
|
27 |
tornado>=6.1
|
28 |
Werkzeug>=2.2.3
|
@@ -40,25 +38,19 @@ colorama>=0.4.5
|
|
40 |
pyworld==0.3.2
|
41 |
httpx
|
42 |
onnxruntime
|
43 |
-
onnxruntime-gpu
|
44 |
torchcrepe==0.0.20
|
45 |
fastapi==0.88
|
46 |
ffmpy==0.3.1
|
47 |
python-dotenv>=1.0.0
|
48 |
av
|
49 |
PySimpleGUI
|
50 |
-
sounddevice
|
51 |
pedalboard
|
52 |
gdown
|
53 |
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
setuptools
|
58 |
pydantic
|
59 |
wheel
|
60 |
google-auth-oauthlib
|
61 |
-
pedalboard
|
62 |
websockets>=10.0
|
63 |
gTTS==2.3.2
|
64 |
wget
|
@@ -71,7 +63,6 @@ git+https://github.com/suno-ai/bark.git
|
|
71 |
nltk
|
72 |
noisereduce==2.0.1
|
73 |
unidecode
|
74 |
-
onnxruntime
|
75 |
opencv_python_headless==4.8.0.74
|
76 |
pandas==2.0.3
|
77 |
|
@@ -81,12 +72,8 @@ yt_dlp==2023.9.24
|
|
81 |
sounddevice==0.4.6
|
82 |
tensorboard==2.13.0
|
83 |
tb_nightly==2.14.0a20230803
|
84 |
-
python-dotenv>=1.0.0
|
85 |
protobuf==3.20.2
|
86 |
gin
|
87 |
gin_config
|
88 |
flask_cors
|
89 |
-
flask
|
90 |
-
#https://github.com/soudabot/fairseq-build-whl/releases/download/3.11/fairseq-0.12.3-cp311-cp311-linux_x86_64.whl; sys_platform == 'linux'
|
91 |
-
#https://github.com/soudabot/fairseq-build-whl/releases/download/3.11/fairseq-0.12.3-cp311-cp311-win_amd64.whl; sys_platform == 'win32'
|
92 |
-
#https://github.com/soudabot/fairseq-build-whl/releases/download/3.11/fairseq-0.12.3-cp311-cp311-macosx_10_9_universal2.whl; sys_platform == 'darwin'
|
|
|
21 |
praat-parselmouth>=0.4.2
|
22 |
Pillow>=9.1.1
|
23 |
resampy>=0.4.2
|
|
|
|
|
24 |
tqdm>=4.63.1
|
25 |
tornado>=6.1
|
26 |
Werkzeug>=2.2.3
|
|
|
38 |
pyworld==0.3.2
|
39 |
httpx
|
40 |
onnxruntime
|
|
|
41 |
torchcrepe==0.0.20
|
42 |
fastapi==0.88
|
43 |
ffmpy==0.3.1
|
44 |
python-dotenv>=1.0.0
|
45 |
av
|
46 |
PySimpleGUI
|
|
|
47 |
pedalboard
|
48 |
gdown
|
49 |
|
|
|
|
|
|
|
50 |
setuptools
|
51 |
pydantic
|
52 |
wheel
|
53 |
google-auth-oauthlib
|
|
|
54 |
websockets>=10.0
|
55 |
gTTS==2.3.2
|
56 |
wget
|
|
|
63 |
nltk
|
64 |
noisereduce==2.0.1
|
65 |
unidecode
|
|
|
66 |
opencv_python_headless==4.8.0.74
|
67 |
pandas==2.0.3
|
68 |
|
|
|
72 |
sounddevice==0.4.6
|
73 |
tensorboard==2.13.0
|
74 |
tb_nightly==2.14.0a20230803
|
|
|
75 |
protobuf==3.20.2
|
76 |
gin
|
77 |
gin_config
|
78 |
flask_cors
|
79 |
+
flask
|
|
|
|
|
|