pin anomalib version to v2.0.0

This commit is contained in:
Florian Förster 2025-11-20 14:46:55 +01:00
parent 322506bfd0
commit 9cd8457762
2 changed files with 8 additions and 1081 deletions

1087
pdm.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ description = "anomaly detection for sensor images for quality assurance process
authors = [ authors = [
{name = "d-opt GmbH (resp.: Florian Foerster)", email = "f.foerster@d-opt.com"}, {name = "d-opt GmbH (resp.: Florian Foerster)", email = "f.foerster@d-opt.com"},
] ]
dependencies = ["imutils>=0.5.4", "dopt-basics>=0.2.4", "numpy>=2.2.6", "open-clip-torch>=3.2.0", "anomalib==2.1.0"] dependencies = ["imutils>=0.5.4", "dopt-basics>=0.2.4", "numpy>=2.2.6", "open-clip-torch>=3.2.0", "anomalib==2.0.0"]
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"}