Spaces:
Running
Running
Yurii Paniv
commited on
Commit
•
f181569
1
Parent(s):
d1fc311
Fix scipy
Browse files- requirements.txt +1 -0
- setup.py +1 -0
requirements.txt
CHANGED
@@ -8,3 +8,4 @@ stanza==1.7 # fix for ukrainian-word-stress
|
|
8 |
git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c
|
9 |
gradio # 3.34
|
10 |
huggingface_hub # ==0.11.1
|
|
|
|
8 |
git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c
|
9 |
gradio # 3.34
|
10 |
huggingface_hub # ==0.11.1
|
11 |
+
scipy<1.12.0 # fix for espnet, need to update espnet version
|
setup.py
CHANGED
@@ -18,5 +18,6 @@ setup(
|
|
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 |
)
|
|
|
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 |
+
"scipy<1.12.0", # for espnet
|
22 |
],
|
23 |
)
|