Skip to content

Commit

Permalink
Update base notebook packages
Browse files Browse the repository at this point in the history
- We should stop auto updating 3.6 now, so we can move on to
  newer notebook packages - a new notebook version ought to fix
  issues like 2i2c-org/infrastructure#1170
  for example.
- No longer explicitly pin nbconvert, as whatever version notebook
  brings in should be sufficient.
- Bump up ipywidgets and jupyterlab while we're at it.
- No longer pin jupyterhub-singleuser either, as that too works
  properly with 3.7
  • Loading branch information
yuvipanda committed Apr 8, 2022
1 parent 66f608e commit 0820206
Show file tree
Hide file tree
Showing 8 changed files with 350 additions and 355 deletions.
155 changes: 81 additions & 74 deletions repo2docker/buildpacks/conda/environment.lock

Large diffs are not rendered by default.

155 changes: 81 additions & 74 deletions repo2docker/buildpacks/conda/environment.py-3.7.lock

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions repo2docker/buildpacks/conda/environment.py-3.7.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
# Generated on 2022-01-26 18:34:43 UTC
# Generated on 2022-04-08 20:31:14 UTC
channels:
- conda-forge
dependencies:
- python=3.7.*
- nodejs=14
- pip
- ipywidgets==7.6.5
- ipywidgets==7.7.0
- jupyter-offlinenotebook==0.2.2
- jupyter-resource-usage==0.6.1
- jupyterlab==3.2.8
# jupyterhub-singleuser==1.5.0 won't install with python 3.6 (but 2.0.1 does!)
- jupyterhub-singleuser==1.4.2
# Newer versions require python 3.7
- nbconvert==6.0.7
# 6.4.0 conda package requires python 3.7
- notebook==6.3.0
- jupyterlab==3.3.3
- jupyterhub-singleuser==1.5.0
- notebook==6.4.10
- nteract_on_jupyter==2.1.3
170 changes: 85 additions & 85 deletions repo2docker/buildpacks/conda/environment.py-3.8.lock

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions repo2docker/buildpacks/conda/environment.py-3.8.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
# Generated on 2022-01-26 18:35:40 UTC
# Generated on 2022-04-08 20:32:01 UTC
channels:
- conda-forge
dependencies:
- python=3.8.*
- nodejs=14
- pip
- ipywidgets==7.6.5
- ipywidgets==7.7.0
- jupyter-offlinenotebook==0.2.2
- jupyter-resource-usage==0.6.1
- jupyterlab==3.2.8
# jupyterhub-singleuser==1.5.0 won't install with python 3.6 (but 2.0.1 does!)
- jupyterhub-singleuser==1.4.2
# Newer versions require python 3.7
- nbconvert==6.0.7
# 6.4.0 conda package requires python 3.7
- notebook==6.3.0
- jupyterlab==3.3.3
- jupyterhub-singleuser==1.5.0
- notebook==6.4.10
- nteract_on_jupyter==2.1.3
171 changes: 84 additions & 87 deletions repo2docker/buildpacks/conda/environment.py-3.9.lock

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions repo2docker/buildpacks/conda/environment.py-3.9.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
# Generated on 2022-01-26 18:36:36 UTC
# Generated on 2022-04-08 20:32:28 UTC
channels:
- conda-forge
dependencies:
- python=3.9.*
- nodejs=14
- pip
- ipywidgets==7.6.5
- ipywidgets==7.7.0
- jupyter-offlinenotebook==0.2.2
- jupyter-resource-usage==0.6.1
- jupyterlab==3.2.8
# jupyterhub-singleuser==1.5.0 won't install with python 3.6 (but 2.0.1 does!)
- jupyterhub-singleuser==1.4.2
# Newer versions require python 3.7
- nbconvert==6.0.7
# 6.4.0 conda package requires python 3.7
- notebook==6.3.0
- jupyterlab==3.3.3
- jupyterhub-singleuser==1.5.0
- notebook==6.4.10
- nteract_on_jupyter==2.1.3
12 changes: 4 additions & 8 deletions repo2docker/buildpacks/conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ dependencies:
- python=3.7
- nodejs=14
- pip
- ipywidgets==7.6.5
- ipywidgets==7.7.0
- jupyter-offlinenotebook==0.2.2
- jupyter-resource-usage==0.6.1
- jupyterlab==3.2.8
# jupyterhub-singleuser==1.5.0 won't install with python 3.6 (but 2.0.1 does!)
- jupyterhub-singleuser==1.4.2
# Newer versions require python 3.7
- nbconvert==6.0.7
# 6.4.0 conda package requires python 3.7
- notebook==6.3.0
- jupyterlab==3.3.3
- jupyterhub-singleuser==1.5.0
- notebook==6.4.10
- nteract_on_jupyter==2.1.3

0 comments on commit 0820206

Please sign in to comment.