Merge pull request #634 from GeorgianaElena/bump_deps

Bump a few of the dependencies
This commit is contained in:
Georgiana Elena
2020-12-17 13:01:35 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ def test_serverextensions():
extensions = [ extensions = [
'jupyterlab 2.', 'jupyterlab 2.',
'nbgitpuller 0.7.', 'nbgitpuller 0.9.',
'nteract_on_jupyter 2.1.', 'nteract_on_jupyter 2.1.',
'nbresuse ' 'nbresuse '
] ]

View File

@@ -2,13 +2,13 @@
# pinning only direct dependencies is a recipe for broken environments! # pinning only direct dependencies is a recipe for broken environments!
# JupyterHub + notebook package are base requirements for user environment # JupyterHub + notebook package are base requirements for user environment
jupyterhub==1.0.* jupyterhub==1.2.*
notebook==6.0.* notebook==6.1.*
# Install additional notebook frontends! # Install additional notebook frontends!
jupyterlab==2.* jupyterlab==2.*
nteract-on-jupyter==2.1.* nteract-on-jupyter==2.1.*
# nbgitpuller for easily pulling in Git repositories # nbgitpuller for easily pulling in Git repositories
nbgitpuller==0.7.* nbgitpuller==0.9.*
# nbresuse to show people how much RAM they are using # nbresuse to show people how much RAM they are using
nbresuse==0.3.* nbresuse==0.3.*
# Most people consider ipywidgets to be part of the core notebook experience # Most people consider ipywidgets to be part of the core notebook experience