Skip to content

Commit

Permalink
update to Python 3.10, default for 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Aug 6, 2024
1 parent 4526381 commit f46ac10
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pythonCopasiOpt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim-buster
FROM python:3.10-slim-buster

RUN apt -y update && apt -y upgrade && \
apt-get install -y curl
Expand Down
12 changes: 8 additions & 4 deletions pythonCopasiOpt/vcell-opt/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pythonCopasiOpt/vcell-opt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Jim Schaff <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "3.9.*"
python = "^3.9"
copasi-basico = "0.40"
python-copasi = "4.37.264"
jupyter = "^1.0.0"
Expand Down
10 changes: 7 additions & 3 deletions pythonVtk/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pythonVtk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Jim Schaff <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "3.9.*"
python = "^3.9"
vtk = "^9.2.6"
thrift = "^0.16.0"

Expand Down

0 comments on commit f46ac10

Please sign in to comment.