update deps

This commit is contained in:
Florian Förster 2025-10-08 12:08:31 +02:00
parent 9d72004c9a
commit d2425f194d
2 changed files with 16 additions and 2 deletions

16
pdm.lock generated
View File

@ -5,7 +5,7 @@
groups = ["default", "dev", "lint", "nb", "tests"] groups = ["default", "dev", "lint", "nb", "tests"]
strategy = ["inherit_metadata"] strategy = ["inherit_metadata"]
lock_version = "4.5.0" lock_version = "4.5.0"
content_hash = "sha256:d0777e62b9ed0742a22f199edf99aaa02513fd29d6bcb8be511133602cbfb092" content_hash = "sha256:58af0123c48152fd9614b20ee35544918789a4d2b2467a024eec7a428972ce12"
[[metadata.targets]] [[metadata.targets]]
requires_python = ">=3.11,<3.14" requires_python = ">=3.11,<3.14"
@ -869,6 +869,20 @@ files = [
{file = "docstring_parser-0.17.0.tar.gz", hash = "sha256:583de4a309722b3315439bb31d64ba3eebada841f2e2cee23b99df001434c912"}, {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]] [[package]]
name = "einops" name = "einops"
version = "0.8.1" version = "0.8.1"

View File

@ -5,7 +5,7 @@ description = "anomaly detection for sensor images for quality assurance process
authors = [ authors = [
{name = "d-opt GmbH", email = "f.foerster@d-opt.com"}, {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" requires-python = "<3.14,>=3.11"
readme = "README.md" readme = "README.md"
license = {text = "LicenseRef-Proprietary"} license = {text = "LicenseRef-Proprietary"}