Skip to content

Commit 94aca7e

Browse files
committed
Add torch to install_requires
1 parent e96c8e4 commit 94aca7e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ See "Synthesize from a checkpoint" section in the README for how to generate spe
5353

5454
- Python 3
5555
- CUDA >= 8.0
56-
- PyTorch >= v0.3
5756
- TensorFlow >= v1.3
58-
- [tensorboard-pytorch](https://github.com/lanpa/tensorboard-pytorch) (master)
5957
- [nnmnkwii](https://github.com/r9y9/nnmnkwii) >= v0.0.11
6058
- [MeCab](http://taku910.github.io/mecab/) (Japanese only)
6159

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def create_readme_rst():
7979
install_requires=[
8080
"numpy",
8181
"scipy",
82+
"torch >= 0.3.0",
8283
"unidecode",
8384
"inflect",
8485
"librosa",

0 commit comments

Comments
 (0)