drewThomasson commited on
Commit
d603a1d
1 Parent(s): 2bf1c95

Update pre-requirements.txt

Browse files
Files changed (1) hide show
  1. pre-requirements.txt +31 -1
pre-requirements.txt CHANGED
@@ -1 +1,31 @@
1
- tts==0.21.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ tts==0.21.3
2
+
3
+ # These are the requirments for styletts2 modifed so no conflicts with coqui tts
4
+ PyYAML>=6.0.1,<7.0.0
5
+ accelerate>=0.25.0,<0.26.0
6
+ cached-path>=1.5.1,<2.0.0
7
+ einops>=0.7.0,<0.8.0
8
+ einops-exts>=0.0.4,<0.0.5
9
+ filelock>=3.12.4,<3.13
10
+ #gruut>=2.3.4,<3.0.0 allowing older versions of grutt becuase gruut<3.0.0 and >=2.3.4 gruut[de,es,fr] 2.2.3 depends on gruut 2.2.3 in tts
11
+ gruut>=2.2.3,<3.0.0
12
+ gruut-ipa>=0.13.0,<0.14.0
13
+ gruut-lang-en>=2.0.0,<3.0.0
14
+ huggingface-hub>=0.19.0,<0.20.0
15
+ langchain>=0.1.0,<0.2.0
16
+ #librosa>=0.10.1,<0.11.0 running into issues so im just allowing any version of librosa idk
17
+ #librosa Seems the working version is 0.10.0 so I'm allowing that verion here
18
+ librosa>=0.10.0,<0.11.0
19
+ matplotlib>=3.7.0,<4.0.0
20
+ munch>=4.0.0,<5.0.0
21
+ networkx>=2.8.8,<3.0.0
22
+ nltk>=3.8.1,<4.0.0
23
+ pydub>=0.25.1,<0.26.0
24
+ scipy>=1.10.0,<2.0.0
25
+ soundfile>=0.12.1,<0.13.0
26
+ torch>=2.1.2,<3.0.0
27
+ torchaudio>=2.1.2,<3.0.0
28
+ tqdm>=4.66.1,<5.0.0
29
+ transformers>=4.36.0,<5.0.0
30
+ typing; python_version<"3.5"
31
+ typing-extensions>=4.9.0,<5.0.0