Update nbgitpuller to 1.*

This commit is contained in:
Erik Sundell
2021-10-16 19:05:21 +02:00
parent a7484f429e
commit f930d9dfb7
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ def test_serverextensions():
extensions = [ extensions = [
'jupyterlab 3.', 'jupyterlab 3.',
'nbgitpuller 0.9.', 'nbgitpuller 1.',
'nteract_on_jupyter 2.1.', 'nteract_on_jupyter 2.1.',
'jupyter_resource_usage' 'jupyter_resource_usage'
] ]

View File

@@ -9,7 +9,7 @@ jupyterlab==3.*
nteract-on-jupyter==2.1.* nteract-on-jupyter==2.1.*
# Install jupyterlab extensions from PyPI # Install jupyterlab extensions from PyPI
# nbgitpuller for easily pulling in Git repositories # nbgitpuller for easily pulling in Git repositories
nbgitpuller==0.10.2 nbgitpuller==1.*
# jupyter-resource-usage to show people how much RAM they are using # jupyter-resource-usage to show people how much RAM they are using
jupyter-resource-usage==0.5.* jupyter-resource-usage==0.5.*
# Most people consider ipywidgets to be part of the core notebook experience # Most people consider ipywidgets to be part of the core notebook experience