Skip to content

Commit 882e34c

Browse files
authored
Merge pull request #1447 from rgaiacs/1446-python-3-13
Add base environment for Python 3.13
2 parents 25c9c30 + a39849b commit 882e34c

20 files changed

+848
-826
lines changed

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

Lines changed: 95 additions & 94 deletions
Large diffs are not rendered by default.

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

Lines changed: 95 additions & 94 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2025-02-09 21:05:17 UTC
2+
# Generated on 2025-08-18 11:22:28 UTC
33
channels:
44
- conda-forge
55
dependencies:

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

Lines changed: 96 additions & 95 deletions
Large diffs are not rendered by default.

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

Lines changed: 96 additions & 95 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2025-02-09 21:05:55 UTC
2+
# Generated on 2025-08-18 11:22:58 UTC
33
channels:
44
- conda-forge
55
dependencies:

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

Lines changed: 96 additions & 95 deletions
Large diffs are not rendered by default.

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

Lines changed: 96 additions & 95 deletions
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2025-02-09 21:07:33 UTC
2+
# Generated on 2025-08-18 11:23:29 UTC
33
channels:
44
- conda-forge
55
dependencies:
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2+
# Generated on 2025-08-18 11:23:43 UTC
3+
channels:
4+
- conda-forge
5+
dependencies:
6+
- python=3.13.*
7+
- nodejs=20
8+
- pip
9+
- ipywidgets==8.* # https://github.com/jupyter-widgets/ipywidgets
10+
- jupyter-offlinenotebook==0.3.* # https://github.com/manics/jupyter-offlinenotebook
11+
- jupyter-resource-usage==1.* # https://github.com/jupyter-server/jupyter-resource-usage
12+
- jupyter_server==2.* # https://github.com/jupyter-server/jupyter_server
13+
- jupyterhub-singleuser==5.* # https://github.com/jupyterhub/jupyterhub
14+
- jupyterlab==4.* # https://github.com/jupyterlab/jupyterlab
15+
- notebook==7.* # https://github.com/jupyter/notebook

0 commit comments

Comments
 (0)