Skip to content

Commit

Permalink
deps: pin notebook<7
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepVanlier committed Aug 10, 2023
1 parent 084d9a0 commit a4120b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ def read(filename):
],
extras_require={
"notebook": [
"notebook>=4.4.1",
# Notebook upper limit is a workaround for issues with IPython not being defined.
"notebook>=4.4.1,<7",
"ipywidgets>=7.0.0",
"jupyter_client<8", # https://github.com/jupyter/notebook/issues/6748
"pyzmq<25", # https://github.com/jupyter/notebook/issues/6748
Expand Down

0 comments on commit a4120b7

Please sign in to comment.