AbeShinzo0708 commited on
Commit
e188669
1 Parent(s): 8d4a86e

Delete requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -21
requirements.txt DELETED
@@ -1,21 +0,0 @@
1
- streamlit
2
-
3
- # Install CPU version of pytorch
4
- --extra-index-url https://download.pytorch.org/whl/cpu
5
- torch
6
- torchaudio==0.13.1
7
-
8
- soundfile
9
- espnet
10
- espnet_model_zoo
11
-
12
- # pyopenjtalk version must be 0.2
13
- pyopenjtalk-prebuilt==0.2.0
14
-
15
- # typeguard version must be 2.13.3(latest version python 3.8 is supported)
16
- typeguard==2.13.3
17
-
18
- # Use version < 3.7.0 as a workaround, otherwise pyinstallr fails to install some dlls
19
- # https://github.com/pyinstaller/pyinstaller/pull/7505
20
- # To visualize audio data
21
- matplotlib<3.7.0