Skip to content

Commit 843b7a5

Browse files
committed
Unpin pip again
1 parent 746e4d9 commit 843b7a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/source/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3235
Version 0.8.0

repo2docker/buildpacks/python/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)