Skip to content

Commit

Permalink
Pin ipykernel<5.0.0 for docs
Browse files Browse the repository at this point in the history
There is an internal conflict in the jupyter dependencies otherwise (see jupyter/jupyter#370)
  • Loading branch information
drasmuss committed Sep 28, 2018
1 parent 6376730 commit f71bcef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def read(*filenames, **kwargs):
"backports.tempfile>=1.0;python_version<'3.4'",
]
docs_require = [
"ipykernel<5.0.0", # doesn't work with jupyter TODO: remove this once there's an upstream fix; https://github.com/jupyter/jupyter/issues/370
"jupyter>=1.0.0",
"matplotlib>=2.0.0",
"nbconvert!=5.4", # doesn't work with nbsphinx TODO: remove this once there's an upstream fix; https://github.com/jupyter/nbconvert/issues/878
Expand Down

0 comments on commit f71bcef

Please sign in to comment.