serh007 commited on
Commit
8629ef2
1 Parent(s): 2018665

#42 Fix ukrainian-word-stress version ins setup.py

Browse files
Files changed (1) hide show
  1. setup.py +2 -2
setup.py CHANGED
@@ -15,8 +15,8 @@ setup(
15
  "espnet==202301",
16
  "typeguard<3",
17
  "num2words @ git+https://github.com/savoirfairelinux/num2words.git@3e39091d052829fc9e65c18176ce7b7ff6169772",
18
- "ukrainian-word-stress==1.0.2",
19
  "ukrainian_accentor @ git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c",
20
- "stanza<1.6", # fix for ukrainian-word-stress
21
  ],
22
  )
 
15
  "espnet==202301",
16
  "typeguard<3",
17
  "num2words @ git+https://github.com/savoirfairelinux/num2words.git@3e39091d052829fc9e65c18176ce7b7ff6169772",
18
+ "ukrainian-word-stress==1.1.0",
19
  "ukrainian_accentor @ git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c",
20
+ "stanza==1.7", #for ukrainian-word-stress
21
  ],
22
  )