Spaces:
Running
Running
Yurii Paniv
commited on
Commit
·
9dc2f1a
1
Parent(s):
7927694
Try to fix Windows install
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# requirements for HuggingFace demo. Installs local package.
|
2 |
torch
|
3 |
espnet>=202301
|
4 |
-
typeguard
|
5 |
num2words==0.5.12
|
6 |
ukrainian-word-stress==1.0.1
|
7 |
git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c
|
|
|
1 |
# requirements for HuggingFace demo. Installs local package.
|
2 |
torch
|
3 |
espnet>=202301
|
4 |
+
typeguard>=2,<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
|