generated from dopt-python/py311
update deps
This commit is contained in:
parent
9d72004c9a
commit
d2425f194d
16
pdm.lock
generated
16
pdm.lock
generated
@ -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"
|
||||
|
||||
@ -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"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user