ulysses115 commited on
Commit
168007d
1 Parent(s): 60be140

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -4
requirements.txt CHANGED
@@ -1,7 +1,13 @@
1
  gradio
2
  nemo_toolkit
3
- hydra-core
4
- pytorch-lightning
 
 
 
 
 
 
5
  braceexpand
6
  editdistance
7
  g2p_en
@@ -21,5 +27,4 @@ ruamel.yaml
21
  scipy>=0.14
22
  soundfile
23
  sox
24
- texterrors
25
- webdataset
 
1
  gradio
2
  nemo_toolkit
3
+ hydra-core>=1.2.0,<1.3
4
+ omegaconf>=2.2,<2.3
5
+ pytorch-lightning>=1.9.0
6
+ pyyaml<6 # Pinned until omegaconf works with pyyaml>=6
7
+ torchmetrics>=0.11.0
8
+ transformers>=4.0.1
9
+ wandb
10
+ webdataset>=0.1.48,<=0.1.62
11
  braceexpand
12
  editdistance
13
  g2p_en
 
27
  scipy>=0.14
28
  soundfile
29
  sox
30
+ texterrors