Skip to content

Commit 671c423

Browse files
authored
Merge pull request #1283 from consideRatio/pr/relax-pinning-and-refreeze
Relax pins to major versions and refreeze, introduce explicit jupyter_server v1 pin
2 parents f2247b8 + 8bb242d commit 671c423

16 files changed

+780
-615
lines changed

repo2docker/buildpacks/conda/environment.py-3.10-linux-64.lock

Lines changed: 78 additions & 61 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.10-linux-aarch64.lock

Lines changed: 78 additions & 61 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2023-04-09 15:23:40 UTC
2+
# Generated on 2023-06-08 09:35:19 UTC
33
channels:
44
- conda-forge
55
dependencies:
66
- python=3.10.*
77
- nodejs=18
88
- pip
9-
- ipywidgets==8.0.2
10-
- jupyter-offlinenotebook==0.2.2
11-
- jupyter-resource-usage==0.7.0
12-
- jupyterlab==3.4.8
13-
- jupyterhub-singleuser==3.1.1
14-
- notebook==6.4.12
9+
- ipywidgets==8.* # https://github.com/jupyter-widgets/ipywidgets
10+
- jupyter-offlinenotebook==0.2.* # https://github.com/manics/jupyter-offlinenotebook
11+
- jupyter-resource-usage==0.7.* # https://github.com/jupyter-server/jupyter-resource-usage
12+
- jupyter_server==1.* # https://github.com/jupyter-server/jupyter_server
13+
- jupyterhub-singleuser==3.* # https://github.com/jupyterhub/jupyterhub
14+
- jupyterlab==3.* # https://github.com/jupyterlab/jupyterlab
15+
- notebook==6.* # https://github.com/jupyter/notebook

repo2docker/buildpacks/conda/environment.py-3.11-linux-64.lock

Lines changed: 77 additions & 60 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.11-linux-aarch64.lock

Lines changed: 77 additions & 60 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2023-04-09 15:24:10 UTC
2+
# Generated on 2023-06-08 09:35:47 UTC
33
channels:
44
- conda-forge
55
dependencies:
66
- python=3.11.*
77
- nodejs=18
88
- pip
9-
- ipywidgets==8.0.2
10-
- jupyter-offlinenotebook==0.2.2
11-
- jupyter-resource-usage==0.7.0
12-
- jupyterlab==3.4.8
13-
- jupyterhub-singleuser==3.1.1
14-
- notebook==6.4.12
9+
- ipywidgets==8.* # https://github.com/jupyter-widgets/ipywidgets
10+
- jupyter-offlinenotebook==0.2.* # https://github.com/manics/jupyter-offlinenotebook
11+
- jupyter-resource-usage==0.7.* # https://github.com/jupyter-server/jupyter-resource-usage
12+
- jupyter_server==1.* # https://github.com/jupyter-server/jupyter_server
13+
- jupyterhub-singleuser==3.* # https://github.com/jupyterhub/jupyterhub
14+
- jupyterlab==3.* # https://github.com/jupyterlab/jupyterlab
15+
- notebook==6.* # https://github.com/jupyter/notebook

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

Lines changed: 64 additions & 46 deletions
Large diffs are not rendered by default.

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

Lines changed: 51 additions & 46 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2023-04-09 15:22:03 UTC
2+
# Generated on 2023-06-08 09:33:53 UTC
33
channels:
44
- conda-forge
55
dependencies:
66
- python=3.7.*
77
- nodejs=18
88
- pip
9-
- ipywidgets==8.0.2
10-
- jupyter-offlinenotebook==0.2.2
11-
- jupyter-resource-usage==0.7.0
12-
- jupyterlab==3.4.8
13-
- jupyterhub-singleuser==3.1.1
14-
- notebook==6.4.12
9+
- ipywidgets==8.* # https://github.com/jupyter-widgets/ipywidgets
10+
- jupyter-offlinenotebook==0.2.* # https://github.com/manics/jupyter-offlinenotebook
11+
- jupyter-resource-usage==0.7.* # https://github.com/jupyter-server/jupyter-resource-usage
12+
- jupyter_server==1.* # https://github.com/jupyter-server/jupyter_server
13+
- jupyterhub-singleuser==3.* # https://github.com/jupyterhub/jupyterhub
14+
- jupyterlab==3.* # https://github.com/jupyterlab/jupyterlab
15+
- notebook==6.* # https://github.com/jupyter/notebook

repo2docker/buildpacks/conda/environment.py-3.8-linux-64.lock

Lines changed: 77 additions & 60 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)