drewThomasson commited on
Commit
d4f10c0
1 Parent(s): c9dbcc7

Update pre-requirements.txt

Browse files
Files changed (1) hide show
  1. pre-requirements.txt +4 -1
pre-requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
  tts==0.21.3
 
 
2
  PyYAML>=6.0.1,<7.0.0
3
  accelerate>=0.25.0,<0.26.0
4
  cached-path>=1.5.1,<2.0.0
@@ -12,7 +14,8 @@ gruut-lang-en>=2.0.0,<3.0.0
12
  huggingface-hub>=0.19.0,<0.20.0
13
  langchain>=0.1.0,<0.2.0
14
  #librosa>=0.10.1,<0.11.0 running into issues so im just allowing any version of librosa idk
15
- librosa
 
16
  matplotlib>=3.7.0,<4.0.0
17
  munch>=4.0.0,<5.0.0
18
  networkx>=2.8.8,<3.0.0
 
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
 
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