diff --git a/poetry.lock b/poetry.lock index d56dff4..48b533c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -1120,13 +1120,10 @@ files = [ [package.dependencies] numpy = [ - {version = ">=1.21.2", markers = "python_version >= \"3.10\""}, - {version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\""}, - {version = ">=1.23.5", markers = "python_version >= \"3.11\""}, {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, - {version = ">=1.19.3", markers = "python_version >= \"3.6\" and platform_system == \"Linux\" and platform_machine == \"aarch64\" or python_version >= \"3.9\""}, - {version = ">=1.17.0", markers = "python_version >= \"3.7\""}, - {version = ">=1.17.3", markers = "python_version >= \"3.8\""}, + {version = ">=1.23.5", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, + {version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\" and python_version < \"3.11\""}, + {version = ">=1.21.2", markers = "platform_system != \"Darwin\" and python_version >= \"3.10\" and python_version < \"3.11\""}, ] [[package]] @@ -1774,4 +1771,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "137f42a74dcf59517d79dbd0b3ce5bc571a1acd2863d0b5bb761c5c63f975453" +content-hash = "821366e84c4db3aa97c34d1c85a25a8a0c3577d3873c0cfe96e022330c30ddf8" diff --git a/pyproject.toml b/pyproject.toml index bf28756..188d49c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flirimageextractor" -version = "1.5.4" +version = "1.5.5" description = "A small tool/lib to read temperatures and original photos from FLIRĀ® thermal camera images." authors = [ "National Drones ", @@ -38,7 +38,6 @@ logzero = "^1.7.0" opencv-python = "^4.10.0.84" requests = "^2.32.3" tqdm = "^4.66.4" -m2r = "^0.3.1" # [tool.poetry.plugins] # Optional super table @@ -58,6 +57,7 @@ prompt-toolkit = "^3.0.47" [tool.poetry.group.extras.dependencies] wxpython = {version = "^4.2.0", optional = true} +m2r = "^0.3.1" [build-system] requires = ["poetry-core"]