Skip to content

Commit e4d5eab

Browse files
committed
Fix requirements:w
1 parent 96ecbdb commit e4d5eab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ python synthesis.py --preset=20180505_deepvoice3_ljspeech.json \
8484

8585
## Requirements
8686

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def create_readme_rst():
7979
install_requires=[
8080
"numpy",
8181
"scipy",
82-
"torch >= 0.4.0",
82+
"torch >= 1.0.0",
8383
"unidecode",
8484
"inflect",
8585
"librosa",

0 commit comments

Comments
 (0)