Skip to content

Commit 5444850

Browse files
committedApr 11, 2022
Update base notebook packages
- 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

8 files changed

+350
-355
lines changed
 

‎repo2docker/buildpacks/conda/environment.lock

+81-74
Large diffs are not rendered by default.

‎repo2docker/buildpacks/conda/environment.py-3.7.lock

+81-74
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2022-01-26 18:34:43 UTC
2+
# Generated on 2022-04-08 20:31:14 UTC
33
channels:
44
- conda-forge
55
dependencies:
66
- python=3.7.*
77
- nodejs=14
88
- pip
9-
- ipywidgets==7.6.5
9+
- ipywidgets==7.7.0
1010
- jupyter-offlinenotebook==0.2.2
1111
- jupyter-resource-usage==0.6.1
12-
- jupyterlab==3.2.8
13-
# jupyterhub-singleuser==1.5.0 won't install with python 3.6 (but 2.0.1 does!)
14-
- jupyterhub-singleuser==1.4.2
15-
# Newer versions require python 3.7
16-
- nbconvert==6.0.7
17-
# 6.4.0 conda package requires python 3.7
18-
- notebook==6.3.0
12+
- jupyterlab==3.3.3
13+
- jupyterhub-singleuser==1.5.0
14+
- notebook==6.4.10
1915
- nteract_on_jupyter==2.1.3

‎repo2docker/buildpacks/conda/environment.py-3.8.lock

+85-85
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2022-01-26 18:35:40 UTC
2+
# Generated on 2022-04-08 20:32:01 UTC
33
channels:
44
- conda-forge
55
dependencies:
66
- python=3.8.*
77
- nodejs=14
88
- pip
9-
- ipywidgets==7.6.5
9+
- ipywidgets==7.7.0
1010
- jupyter-offlinenotebook==0.2.2
1111
- jupyter-resource-usage==0.6.1
12-
- jupyterlab==3.2.8
13-
# jupyterhub-singleuser==1.5.0 won't install with python 3.6 (but 2.0.1 does!)
14-
- jupyterhub-singleuser==1.4.2
15-
# Newer versions require python 3.7
16-
- nbconvert==6.0.7
17-
# 6.4.0 conda package requires python 3.7
18-
- notebook==6.3.0
12+
- jupyterlab==3.3.3
13+
- jupyterhub-singleuser==1.5.0
14+
- notebook==6.4.10
1915
- nteract_on_jupyter==2.1.3

‎repo2docker/buildpacks/conda/environment.py-3.9.lock

+84-87
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2022-01-26 18:36:36 UTC
2+
# Generated on 2022-04-08 20:32:28 UTC
33
channels:
44
- conda-forge
55
dependencies:
66
- python=3.9.*
77
- nodejs=14
88
- pip
9-
- ipywidgets==7.6.5
9+
- ipywidgets==7.7.0
1010
- jupyter-offlinenotebook==0.2.2
1111
- jupyter-resource-usage==0.6.1
12-
- jupyterlab==3.2.8
13-
# jupyterhub-singleuser==1.5.0 won't install with python 3.6 (but 2.0.1 does!)
14-
- jupyterhub-singleuser==1.4.2
15-
# Newer versions require python 3.7
16-
- nbconvert==6.0.7
17-
# 6.4.0 conda package requires python 3.7
18-
- notebook==6.3.0
12+
- jupyterlab==3.3.3
13+
- jupyterhub-singleuser==1.5.0
14+
- notebook==6.4.10
1915
- nteract_on_jupyter==2.1.3

‎repo2docker/buildpacks/conda/environment.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ dependencies:
44
- python=3.7
55
- nodejs=14
66
- pip
7-
- ipywidgets==7.6.5
7+
- ipywidgets==7.7.0
88
- jupyter-offlinenotebook==0.2.2
99
- jupyter-resource-usage==0.6.1
10-
- jupyterlab==3.2.8
11-
# jupyterhub-singleuser==1.5.0 won't install with python 3.6 (but 2.0.1 does!)
12-
- jupyterhub-singleuser==1.4.2
13-
# Newer versions require python 3.7
14-
- nbconvert==6.0.7
15-
# 6.4.0 conda package requires python 3.7
16-
- notebook==6.3.0
10+
- jupyterlab==3.3.3
11+
- jupyterhub-singleuser==1.5.0
12+
- notebook==6.4.10
1713
- nteract_on_jupyter==2.1.3

0 commit comments

Comments
 (0)
Please sign in to comment.