forked from jupyterhub/repo2docker
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
Showing
8 changed files
with
350 additions
and
355 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters