Skip to content

Commit

Permalink
Fix scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhad committed Apr 25, 2024
1 parent d1fc311 commit f181569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ stanza==1.7 # fix for ukrainian-word-stress
git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c
gradio # 3.34
huggingface_hub # ==0.11.1
scipy<1.12.0 # fix for espnet, need to update espnet version
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"ukrainian-word-stress==1.1.0",
"ukrainian_accentor @ git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c",
"stanza==1.7", # for ukrainian-word-stress
"scipy<1.12.0", # for espnet
],
)

0 comments on commit f181569

Please sign in to comment.