We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ecbdb commit e4d5eabCopy full SHA for e4d5eab
README.md
@@ -84,9 +84,9 @@ python synthesis.py --preset=20180505_deepvoice3_ljspeech.json \
84
85
## Requirements
86
87
-- Python 3 (<= 3.6)
+- Python >= 3.5
88
- CUDA >= 8.0
89
-- PyTorch >= v0.4.0
+- PyTorch >= v1.0.0
90
- [nnmnkwii](https://github.com/r9y9/nnmnkwii) >= v0.0.11
91
- [MeCab](http://taku910.github.io/mecab/) (Japanese only)
92
setup.py
@@ -79,7 +79,7 @@ def create_readme_rst():
79
install_requires=[
80
"numpy",
81
"scipy",
82
- "torch >= 0.4.0",
+ "torch >= 1.0.0",
83
"unidecode",
"inflect",
"librosa",
0 commit comments