File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
repo2docker/buildpacks/python Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ Bug fixes
2727 buildpack in :pr: `633 ` by :user: `betatim `.
2828- Update to version 5.7.6 of the `notebook ` package used in all environments
2929 in :pr: `628 ` by :user: `betatim `.
30+ - Switch to newer version of jupyter-server-proxy to fix websocket handling
31+ in :pr: `646 ` by :user: `betatim `.
32+ - Update to pip v19.0.3 in :pr: `647 ` by :user: `betatim `.
3033
3134
3235Version 0.8.0
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ def get_assemble_scripts(self):
6363 if os .path .exists (requirements_file ):
6464 assemble_scripts .append ((
6565 '${NB_USER}' ,
66- 'pip install "pip<19" && ' + \
6766 '{} install --no-cache-dir -r "{}"' .format (pip , requirements_file )
6867 ))
6968
You can’t perform that action at this time.
0 commit comments