Skip to content

Commit

Permalink
pin notebook to < 7.0.0 since it lacks nbextension
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwu committed Mar 17, 2022
1 parent a06d202 commit e2e242f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ traitlets = ">=5.1.1"
[packages]
nbconvert = ">=5.0"
nbformat = "*"
notebook = ">=6.1.5"
notebook = ">=6.1.5, <7.0.0"
rsconnect-python = ">=1.7.1"
six = "*"
# Dependabot fixes
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project_urls =
[options]
install_requires =
rsconnect-python>=1.7.1
notebook
notebook>=6.1.5,<7.0.0
nbformat
nbconvert>=5.6.1
six
Expand Down

0 comments on commit e2e242f

Please sign in to comment.