diff --git a/CHANGELOG.md b/CHANGELOG.md index c9839a2a..8b3df508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # Changelog All notable changes to this project will be documented in this file. +### [2.1.3] + +#### Updated + +- Update anomalib to v0.7.0+obx.1.3.2 + ### [2.1.2] #### Updated diff --git a/poetry.lock b/poetry.lock index 159cff2b..febd57db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -214,8 +214,8 @@ openvino = ["defusedxml (==0.7.1)", "networkx (>=2.5,<3.0)", "nncf (>=2.1.0)", " [package.source] type = "git" url = "https://github.com/orobix/anomalib.git" -reference = "v0.7.0+obx.1.3.1" -resolved_reference = "5fa796dc52475c13f00cbdc1161629d765f14110" +reference = "v0.7.0+obx.1.3.2" +resolved_reference = "9f697b2ab32138515fade4bedbf166b4f6901170" [[package]] name = "antlr4-python3-runtime" @@ -7829,4 +7829,4 @@ onnx = ["onnx", "onnxruntime_gpu", "onnxsim"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "172aeab08e83f8a840a0a28e57c3d80bd13e170129b99fdaf8b1eb79c17c4784" +content-hash = "211f46e98afb35d377534cd3f659f1d697f4acc128900726ff47a2c38bd458bc" diff --git a/pyproject.toml b/pyproject.toml index 2f10df57..7bf2d7c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quadra" -version = "2.1.2" +version = "2.1.3" description = "Deep Learning experiment orchestration library" authors = [ "Federico Belotti ", @@ -79,7 +79,7 @@ h5py = "~3.8" timm = "0.9.12" # Right now only this ref supports timm 0.9.12 segmentation_models_pytorch = { git = "https://github.com/qubvel/segmentation_models.pytorch", rev = "7b381f899ed472a477a89d381689caf535b5d0a6" } -anomalib = { git = "https://github.com/orobix/anomalib.git", tag = "v0.7.0+obx.1.3.1" } +anomalib = { git = "https://github.com/orobix/anomalib.git", tag = "v0.7.0+obx.1.3.2" } xxhash = "~3.2" torchinfo = "~1.8" typing_extensions = { version = "4.11.0", python = "<3.10" } diff --git a/quadra/__init__.py b/quadra/__init__.py index 6583dbd5..1d9d954e 100644 --- a/quadra/__init__.py +++ b/quadra/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.1.2" +__version__ = "2.1.3" def get_version():