Skip to content

Commit 0c1fdeb

Browse files
committed
environment.yml: packages must support py3.6
1 parent 06ecc5e commit 0c1fdeb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

repo2docker/buildpacks/conda/environment.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ dependencies:
88
- jupyter-resource-usage==0.6.0
99
- jupyterlab==3.1.0
1010
- jupyterhub-singleuser==1.4.2
11-
- nbconvert==6.1.0
12-
- notebook==6.4.0
11+
# Newer versions require python 3.7
12+
- nbconvert==6.0.7
13+
# 6.4.0 conda package requires python 3.7
14+
- notebook==6.3.0
1315
- nteract_on_jupyter==2.1.3

0 commit comments

Comments
 (0)