Skip to content

Commit

Permalink
Merge pull request #754 from utkarshgupta137/master
Browse files Browse the repository at this point in the history
Add ipython<8 to hdijupyterutils
  • Loading branch information
devstein authored Apr 26, 2022
2 parents 4c6145f + 9a2dfbf commit f29f335
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NEXT RELEASE

### Bug Fixes

* Pins `ipython<8.0.0` because of breaking changes. Thanks @utkarshgupta137

## 0.19.1

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion hdijupyterutils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def version(path):
"Programming Language :: Python :: 3.7",
],
install_requires=[
"ipython>=4.0.2",
"ipython>=4.0.2,<8",
"nose",
"mock",
"ipywidgets>5.0.0",
Expand Down

0 comments on commit f29f335

Please sign in to comment.