Skip to content

Commit

Permalink
Restrict notebook dependency to < 7.0.0
Browse files Browse the repository at this point in the history
Otherwise, the jupyter_contrib_nbextensions cannot be installed,
because they are incompatible with Jupyter Notebook 7.
  • Loading branch information
ctrueden committed Aug 1, 2023
1 parent d7a0ec5 commit 93fa157
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
# Notebook dependencies
- ipywidgets
- jupyter_contrib_nbextensions
- notebook
- notebook < 7.0.0
- pooch # for scikit image
- scikit-image
# Developer tools
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
# Notebook dependencies
- ipywidgets
- jupyter_contrib_nbextensions
- notebook
- notebook < 7.0.0
- pooch # for scikit image
- scikit-image
# Project from source
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ matplotlib = [
notebooks = [
"ipywidgets",
"jupyter_contrib_nbextensions",
"notebook",
"notebook < 7.0.0",
"pooch", # for scikit image
"scikit-image",
]
Expand Down

0 comments on commit 93fa157

Please sign in to comment.