Skip to content

Commit 345816c

Browse files
committed
Rearange dependencies
1 parent e637ea2 commit 345816c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Please install packages listed above first, and then
7272

7373
```
7474
git clone https://github.com/r9y9/deepvoice3_pytorch && cd deepvoice3_pytorch
75-
pip install -e ".[train]"
75+
pip install -e ".[bin]"
7676
```
7777

7878
## Getting started

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ def create_readme_rst():
8686
"numba",
8787
"lws <= 1.0",
8888
"nltk",
89-
"requests",
90-
"PyQt5",
9189
],
9290
extras_require={
93-
"train": [
91+
"bin": [
9492
"docopt",
9593
"tqdm",
9694
"tensorboardX",
9795
"nnmnkwii >= 0.0.11",
96+
"requests",
97+
"PyQt5",
9898
],
9999
"test": [
100100
"nose",

0 commit comments

Comments
 (0)