Skip to content

Commit

Permalink
Fix requirements:w
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Dec 21, 2019
1 parent 96ecbdb commit e4d5eab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ python synthesis.py --preset=20180505_deepvoice3_ljspeech.json \

## Requirements

- Python 3 (<= 3.6)
- Python >= 3.5
- CUDA >= 8.0
- PyTorch >= v0.4.0
- PyTorch >= v1.0.0
- [nnmnkwii](https://github.com/r9y9/nnmnkwii) >= v0.0.11
- [MeCab](http://taku910.github.io/mecab/) (Japanese only)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def create_readme_rst():
install_requires=[
"numpy",
"scipy",
"torch >= 0.4.0",
"torch >= 1.0.0",
"unidecode",
"inflect",
"librosa",
Expand Down

0 comments on commit e4d5eab

Please sign in to comment.