Skip to content

Commit

Permalink
build(deps): pin ipython version to Python 3.6 compatible and compile…
Browse files Browse the repository at this point in the history
… dependencies
  • Loading branch information
BjoernLudwigPTB committed Apr 29, 2021
1 parent 407f52a commit 288de86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Expand Up @@ -89,7 +89,7 @@ ipython-genutils==0.2.0
# nbformat
# notebook
# traitlets
ipython==7.22.0
ipython==7.16.1
# via
# -c requirements/requirements.txt
# ipykernel
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements.in
@@ -1,4 +1,5 @@
download
ipython<=7.16.1
ipywidgets
# This pinning is needed because more current versions are not compatible with
# Python 3.6.
Expand Down
3 changes: 2 additions & 1 deletion requirements/requirements.txt
Expand Up @@ -51,8 +51,9 @@ ipython-genutils==0.2.0
# nbformat
# notebook
# traitlets
ipython==7.22.0
ipython==7.16.1
# via
# -r requirements/requirements.in
# holoviews
# ipykernel
# ipywidgets
Expand Down

0 comments on commit 288de86

Please sign in to comment.