From d2425f194d0c869fc161db86fdba556a0301a1f0 Mon Sep 17 00:00:00 2001 From: foefl Date: Wed, 8 Oct 2025 12:08:31 +0200 Subject: [PATCH] update deps --- pdm.lock | 16 +++++++++++++++- pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/pdm.lock b/pdm.lock index 041ba3d..c5c7f39 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev", "lint", "nb", "tests"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:d0777e62b9ed0742a22f199edf99aaa02513fd29d6bcb8be511133602cbfb092" +content_hash = "sha256:58af0123c48152fd9614b20ee35544918789a4d2b2467a024eec7a428972ce12" [[metadata.targets]] requires_python = ">=3.11,<3.14" @@ -869,6 +869,20 @@ files = [ {file = "docstring_parser-0.17.0.tar.gz", hash = "sha256:583de4a309722b3315439bb31d64ba3eebada841f2e2cee23b99df001434c912"}, ] +[[package]] +name = "dopt-basics" +version = "0.1.3" +requires_python = ">=3.11" +summary = "basic cross-project tools for Python-based d-opt projects" +groups = ["default"] +dependencies = [ + "tzdata>=2025.1", +] +files = [ + {file = "dopt_basics-0.1.3-py3-none-any.whl", hash = "sha256:974c2b442e47f0f05e66ff821ae48a9b12f7b77a8a3bc06fe8ac232e2bc27608"}, + {file = "dopt_basics-0.1.3.tar.gz", hash = "sha256:22ba30cbd385cb8929cb6a13fe01e253cd7d9617ef637e41609f2468691450e8"}, +] + [[package]] name = "einops" version = "0.8.1" diff --git a/pyproject.toml b/pyproject.toml index c6134ea..d31750b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "anomaly detection for sensor images for quality assurance process authors = [ {name = "d-opt GmbH", email = "f.foerster@d-opt.com"}, ] -dependencies = ["anomalib>=2.1.0", "imutils>=0.5.4"] +dependencies = ["anomalib>=2.1.0", "imutils>=0.5.4", "dopt-basics>=0.1.3"] requires-python = "<3.14,>=3.11" readme = "README.md" license = {text = "LicenseRef-Proprietary"}