Skip to content

Commit 1d218af

Browse files
authored
Merge pull request #1149 from yuvipanda/bumpies
Update base notebook packages
2 parents 5f86ef6 + 76aacbf commit 1d218af

File tree

10 files changed

+388
-409
lines changed

10 files changed

+388
-409
lines changed

repo2docker/buildpacks/conda/environment.lock

Lines changed: 81 additions & 74 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.6.lock

Lines changed: 36 additions & 35 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,2 @@
1-
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2022-01-26 18:33:44 UTC
3-
channels:
4-
- conda-forge
5-
dependencies:
6-
- python=3.6.*
7-
- nodejs=14
8-
- pip
9-
- ipywidgets==7.6.5
10-
- jupyter-offlinenotebook==0.2.2
11-
- 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
19-
- nteract_on_jupyter==2.1.3
1+
# py3.6 is not being auto-generated from this file anymore
2+
# update environment.py-3.6.frozen.yml directly

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

Lines changed: 81 additions & 74 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 9 deletions
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

Lines changed: 85 additions & 85 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 9 deletions
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

Lines changed: 84 additions & 87 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 9 deletions
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

Lines changed: 4 additions & 8 deletions
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)