Skip to content

Commit

Permalink
chore(deps): update python docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent ed87328 commit a171c8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.13
3.13.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache2.0"
readme = "README.md"

[tool.poetry.dependencies]
python = "3.9.13"
python = "3.13.1"
tensorflow = "2.14.1"
scikit-learn = "1.0.2"
codecarbon = "2.2.4"
Expand Down

0 comments on commit a171c8b

Please sign in to comment.