From 4e1e86edb17ac41ece1b3d2b32625d1df1d019e7 Mon Sep 17 00:00:00 2001 From: Julio Mateos Langerak Date: Tue, 26 Nov 2024 13:00:53 +0100 Subject: [PATCH] Rolling back to python 3.9.18 cause incompatible with OME-test_integration --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1fcb014..d600129 100644 --- a/poetry.lock +++ b/poetry.lock @@ -739,13 +739,13 @@ zoneinfo = ["tzdata (>=2024.2)"] [[package]] name = "identify" -version = "2.6.2" +version = "2.6.3" description = "File identification library for Python" optional = false python-versions = ">=3.9" files = [ - {file = "identify-2.6.2-py2.py3-none-any.whl", hash = "sha256:c097384259f49e372f4ea00a19719d95ae27dd5ff0fd77ad630aa891306b82f3"}, - {file = "identify-2.6.2.tar.gz", hash = "sha256:fab5c716c24d7a789775228823797296a2994b075fb6080ac83a102772a98cbd"}, + {file = "identify-2.6.3-py2.py3-none-any.whl", hash = "sha256:9edba65473324c2ea9684b1f944fe3191db3345e50b6d04571d10ed164f8d7bd"}, + {file = "identify-2.6.3.tar.gz", hash = "sha256:62f5dae9b5fef52c84cc188514e9ea4f3f636b1d8799ab5ebc475471f9e47a02"}, ] [package.extras] @@ -2438,13 +2438,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.27.1" +version = "20.28.0" description = "Virtual Python Environment builder" optional = false python-versions = ">=3.8" files = [ - {file = "virtualenv-20.27.1-py3-none-any.whl", hash = "sha256:f11f1b8a29525562925f745563bfd48b189450f61fb34c4f9cc79dd5aa32a1f4"}, - {file = "virtualenv-20.27.1.tar.gz", hash = "sha256:142c6be10212543b32c6c45d3d3893dff89112cc588b7d0879ae5a1ec03a47ba"}, + {file = "virtualenv-20.28.0-py3-none-any.whl", hash = "sha256:23eae1b4516ecd610481eda647f3a7c09aea295055337331bb4e6892ecce47b0"}, + {file = "virtualenv-20.28.0.tar.gz", hash = "sha256:2c9c3262bb8e7b87ea801d715fae4495e6032450c71d2309be9550e7364049aa"}, ] [package.dependencies] @@ -2624,5 +2624,5 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" -python-versions = ">=3.9.20 <3.12" -content-hash = "ea4d90a26a0528efa3b4b0c8518df32c1b298e9a998cb691ca98b7a83e2c4902" +python-versions = ">=3.9.18 <3.12" +content-hash = "9c5569f266f2d0eb1918dd12b2625a7f75cbb6dc6b0a46e054ceef04b929c3a4" diff --git a/pyproject.toml b/pyproject.toml index f995529..a245b75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ filterwarnings = [ profile = "black" [tool.poetry.dependencies] -python = ">=3.9.20 <3.12" +python = ">=3.9.18 <3.12" numpy = "^1" scikit-image = "^0" scipy = "^1"