Spaces:
Running
Running
Yurii Paniv
commited on
Commit
•
9601b1b
1
Parent(s):
8553da0
Fix incompatible typeguard version
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# requirements for HuggingFace demo. Installs local package.
|
2 |
torch
|
3 |
espnet>=202301
|
|
|
4 |
num2words==0.5.12
|
5 |
ukrainian-word-stress==1.0.1
|
6 |
git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c
|
|
|
1 |
# requirements for HuggingFace demo. Installs local package.
|
2 |
torch
|
3 |
espnet>=202301
|
4 |
+
typeguard<3 # typeguard 3.0.0 is incompatible with espnet
|
5 |
num2words==0.5.12
|
6 |
ukrainian-word-stress==1.0.1
|
7 |
git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c
|