From ffdcc6fb91653a545e4aa60214b561177e7a7298 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:47:54 +0000 Subject: [PATCH] chore(deps): update python docker tag --- .python-version | 2 +- Dockerfile | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.python-version b/.python-version index 21af950..4eba2a6 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.9.13 +3.13.0 diff --git a/Dockerfile b/Dockerfile index b896f86..f769d1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.13 ARG PSYKI_VERSION EXPOSE 8888 RUN apt update; apt install -y -q openjdk-17-jdk diff --git a/pyproject.toml b/pyproject.toml index 76e8963..d2629e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache2.0" readme = "README.md" [tool.poetry.dependencies] -python = "3.9.13" +python = "3.13.0" tensorflow = "2.13.1" scikit-learn = "1.0.2" codecarbon = "2.2.4"