Skip to content

Commit 5b334a4

Browse files
committed
install: Minimize install footprint
1 parent 236edca commit 5b334a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
requires = [
99
'click',
1010
'cookiecutter',
11-
'jupyter',
12-
'networkx',
1311
'numpy',
1412
'pandas',
1513
'tornado >= 4.2, < 5.0.0',
@@ -23,10 +21,11 @@
2321
'pytest >= 3.6',
2422
'pytest-cov',
2523
'sphinx',
24+
'networkx',
2625
],
2726
'docs': [
2827
'sphinx',
29-
]
28+
],
3029
}
3130

3231
version = ''

0 commit comments

Comments
 (0)