mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Merge pull request #634 from GeorgianaElena/bump_deps
Bump a few of the dependencies
This commit is contained in:
@@ -14,7 +14,7 @@ def test_serverextensions():
|
||||
|
||||
extensions = [
|
||||
'jupyterlab 2.',
|
||||
'nbgitpuller 0.7.',
|
||||
'nbgitpuller 0.9.',
|
||||
'nteract_on_jupyter 2.1.',
|
||||
'nbresuse '
|
||||
]
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
# pinning only direct dependencies is a recipe for broken environments!
|
||||
|
||||
# JupyterHub + notebook package are base requirements for user environment
|
||||
jupyterhub==1.0.*
|
||||
notebook==6.0.*
|
||||
jupyterhub==1.2.*
|
||||
notebook==6.1.*
|
||||
# Install additional notebook frontends!
|
||||
jupyterlab==2.*
|
||||
nteract-on-jupyter==2.1.*
|
||||
# nbgitpuller for easily pulling in Git repositories
|
||||
nbgitpuller==0.7.*
|
||||
nbgitpuller==0.9.*
|
||||
# nbresuse to show people how much RAM they are using
|
||||
nbresuse==0.3.*
|
||||
# Most people consider ipywidgets to be part of the core notebook experience
|
||||
|
||||
Reference in New Issue
Block a user