Skip to content

Commit cd47e14

Browse files
committed
TST: Install nbconvert instead of jupyter.
We do not need the whole Jupyter stack, and it currently installs packages that do not work with each other. Installing just nbconvert is lighter and avoids the conflict.
1 parent 6eee9ce commit cd47e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/testing/travis36.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
flake8
44
flake8-per-file-ignores
5-
jupyter
5+
nbconvert[execute]
66
pandas
77
pytz

0 commit comments

Comments
 (0)