Skip to content

Commit

Permalink
Merge pull request #1193 from jtpio/update-deps
Browse files Browse the repository at this point in the history
[MRG] Update Jupyter dependencies
  • Loading branch information
manics authored Oct 14, 2022
2 parents 27fbab6 + f572c3a commit d7be04e
Show file tree
Hide file tree
Showing 10 changed files with 375 additions and 374 deletions.
137 changes: 69 additions & 68 deletions repo2docker/buildpacks/conda/environment.lock

Large diffs are not rendered by default.

137 changes: 66 additions & 71 deletions repo2docker/buildpacks/conda/environment.py-3.10.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions repo2docker/buildpacks/conda/environment.py-3.10.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
# Generated on 2022-08-22 13:06:41 UTC
# Generated on 2022-10-13 14:39:39 UTC
channels:
- conda-forge
dependencies:
- python=3.10.*
- nodejs=16
- pip
- ipywidgets==7.7.0
- ipywidgets==8.0.2
- jupyter-offlinenotebook==0.2.2
- jupyter-resource-usage==0.6.1
- jupyterlab==3.3.3
- jupyter-resource-usage==0.6.3
- jupyterlab==3.4.8
- jupyterhub-singleuser==1.5.0
- notebook==6.4.10
- notebook==6.4.12
- nteract_on_jupyter==2.1.3
137 changes: 69 additions & 68 deletions repo2docker/buildpacks/conda/environment.py-3.7.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions repo2docker/buildpacks/conda/environment.py-3.7.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
# Generated on 2022-08-01 23:18:07 UTC
# Generated on 2022-10-13 14:38:39 UTC
channels:
- conda-forge
dependencies:
- python=3.7.*
- nodejs=16
- pip
- ipywidgets==7.7.0
- ipywidgets==8.0.2
- jupyter-offlinenotebook==0.2.2
- jupyter-resource-usage==0.6.1
- jupyterlab==3.3.3
- jupyter-resource-usage==0.6.3
- jupyterlab==3.4.8
- jupyterhub-singleuser==1.5.0
- notebook==6.4.10
- notebook==6.4.12
- nteract_on_jupyter==2.1.3
144 changes: 73 additions & 71 deletions repo2docker/buildpacks/conda/environment.py-3.8.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions repo2docker/buildpacks/conda/environment.py-3.8.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
# Generated on 2022-08-01 23:19:33 UTC
# Generated on 2022-10-13 14:39:03 UTC
channels:
- conda-forge
dependencies:
- python=3.8.*
- nodejs=16
- pip
- ipywidgets==7.7.0
- ipywidgets==8.0.2
- jupyter-offlinenotebook==0.2.2
- jupyter-resource-usage==0.6.1
- jupyterlab==3.3.3
- jupyter-resource-usage==0.6.3
- jupyterlab==3.4.8
- jupyterhub-singleuser==1.5.0
- notebook==6.4.10
- notebook==6.4.12
- nteract_on_jupyter==2.1.3
146 changes: 74 additions & 72 deletions repo2docker/buildpacks/conda/environment.py-3.9.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions repo2docker/buildpacks/conda/environment.py-3.9.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
# Generated on 2022-08-01 23:20:59 UTC
# Generated on 2022-10-13 14:39:21 UTC
channels:
- conda-forge
dependencies:
- python=3.9.*
- nodejs=16
- pip
- ipywidgets==7.7.0
- ipywidgets==8.0.2
- jupyter-offlinenotebook==0.2.2
- jupyter-resource-usage==0.6.1
- jupyterlab==3.3.3
- jupyter-resource-usage==0.6.3
- jupyterlab==3.4.8
- jupyterhub-singleuser==1.5.0
- notebook==6.4.10
- notebook==6.4.12
- nteract_on_jupyter==2.1.3
8 changes: 4 additions & 4 deletions repo2docker/buildpacks/conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependencies:
- python=3.7
- nodejs=16
- pip
- ipywidgets==7.7.0
- ipywidgets==8.0.2
- jupyter-offlinenotebook==0.2.2
- jupyter-resource-usage==0.6.1
- jupyterlab==3.3.3
- jupyter-resource-usage==0.6.3
- jupyterlab==3.4.8
- jupyterhub-singleuser==1.5.0
- notebook==6.4.10
- notebook==6.4.12
- nteract_on_jupyter==2.1.3

0 comments on commit d7be04e

Please sign in to comment.