Skip to content

Commit ab97665

Browse files
fix(deps): update python docker tag
1 parent ed87328 commit ab97665

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.13
1+
3.13.3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.13
22
ARG PSYKI_VERSION
33
EXPOSE 8888
44
RUN apt update; apt install -y -q openjdk-17-jdk

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache2.0"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = "3.9.13"
10+
python = "3.13.3"
1111
tensorflow = "2.14.1"
1212
scikit-learn = "1.0.2"
1313
codecarbon = "2.2.4"

0 commit comments

Comments
 (0)