Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 2 deletions
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /