Skip to content
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
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.13
3.14.2
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.14
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.14.2"
tensorflow = "2.14.1"
scikit-learn = "1.0.2"
codecarbon = "2.2.4"
Expand Down