Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency conda-forge/python to v3.13.1 #223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
image: python-minimal
context: python-minimal
base_image: base
python_version_1: 3.12.7
python_version_1: 3.13.1
python_version_2: 3.11.10
secrets: inherit
python-datascience:
Expand All @@ -31,7 +31,7 @@ jobs:
image: python-datascience
context: python-datascience
base_image: python-minimal
python_version_1: 3.12.7
python_version_1: 3.13.1
python_version_2: 3.11.10
secrets: inherit
python-pytorch:
Expand All @@ -41,7 +41,7 @@ jobs:
image: python-pytorch
context: python-pytorch
base_image: python-minimal
python_version_1: 3.12.7
python_version_1: 3.13.1
python_version_2: 3.11.10
secrets: inherit
python-tensorflow:
Expand All @@ -51,7 +51,7 @@ jobs:
image: python-tensorflow
context: python-tensorflow
base_image: python-minimal
python_version_1: 3.12.7
python_version_1: 3.13.1
python_version_2: 3.11.10
secrets: inherit
r-minimal:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
image: jupyter-python
context: jupyter
base_image: python-datascience
python_version_1: 3.12.7
python_version_1: 3.13.1
python_version_2: 3.11.10
secrets: inherit
vscode-python:
Expand All @@ -91,7 +91,7 @@ jobs:
image: vscode-python
context: vscode
base_image: python-datascience
python_version_1: 3.12.7
python_version_1: 3.13.1
python_version_2: 3.11.10
secrets: inherit
pyspark:
Expand All @@ -101,7 +101,7 @@ jobs:
image: pyspark
context: spark
base_image: python-minimal
python_version_1: 3.12.7
python_version_1: 3.13.1
python_version_2: 3.11.10
spark_version: 3.5.3
build_gpu: false
Expand All @@ -113,7 +113,7 @@ jobs:
image: jupyter-pyspark
context: jupyter
base_image: pyspark
python_version_1: 3.12.7
python_version_1: 3.13.1
python_version_2: 3.11.10
spark_version: 3.5.3
build_gpu: false
Expand All @@ -125,7 +125,7 @@ jobs:
image: vscode-pyspark
context: vscode
base_image: pyspark
python_version_1: 3.12.7
python_version_1: 3.13.1
python_version_2: 3.11.10
spark_version: 3.5.3
build_gpu: false
Expand All @@ -137,7 +137,7 @@ jobs:
image: jupyter-pytorch
context: jupyter
base_image: python-pytorch
python_version_1: 3.12.7
python_version_1: 3.13.1
python_version_2: 3.11.10
secrets: inherit
vscode-pytorch:
Expand All @@ -147,7 +147,7 @@ jobs:
image: vscode-pytorch
context: vscode
base_image: python-pytorch
python_version_1: 3.12.7
python_version_1: 3.13.1
python_version_2: 3.11.10
secrets: inherit
jupyter-tensorflow:
Expand All @@ -157,7 +157,7 @@ jobs:
image: jupyter-tensorflow
context: jupyter
base_image: python-tensorflow
python_version_1: 3.12.7
python_version_1: 3.13.1
python_version_2: 3.11.10
secrets: inherit
vscode-tensorflow:
Expand All @@ -167,7 +167,7 @@ jobs:
image: vscode-tensorflow
context: vscode
base_image: python-tensorflow
python_version_1: 3.12.7
python_version_1: 3.13.1
python_version_2: 3.11.10
secrets: inherit
rstudio:
Expand Down
2 changes: 1 addition & 1 deletion python-minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM $BASE_IMAGE

LABEL maintainer="InseeFrLab <[email protected]>"

ARG PYTHON_VERSION="3.12.7"
ARG PYTHON_VERSION="3.13.1"
ENV PYTHON_VERSION=${PYTHON_VERSION}

ENV CONDA_DIR="/opt/conda"
Expand Down