Noirter de Villefort commited on
Commit
573b8cf
1 Parent(s): 15d57e3

Use merged version of num2words in setup.py (#38)

Browse files

fix of issue https://github.com/robinhad/ukrainian-tts/issues/37

Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -14,7 +14,7 @@ setup(
14
  install_requires=[
15
  "espnet>=202301",
16
  "typeguard<3",
17
- "num2words @ git+https://github.com/kant2002/num2words.git@kant/add-cases",
18
  "ukrainian-word-stress==1.0.1",
19
  "ukrainian_accentor @ git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c",
20
  ],
14
  install_requires=[
15
  "espnet>=202301",
16
  "typeguard<3",
17
+ "num2words @ git+https://github.com/savoirfairelinux/num2words.git@3e39091d052829fc9e65c18176ce7b7ff6169772",
18
  "ukrainian-word-stress==1.0.1",
19
  "ukrainian_accentor @ git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c",
20
  ],