Skip to content

Commit

Permalink
feat: Upgrade anomalib (#129)
Browse files Browse the repository at this point in the history
* build: Upgrade anomalib, create rc version

* build: Update version and changelog
  • Loading branch information
lorenzomammana authored Oct 24, 2024
1 parent 1c4e417 commit 83f342c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# Changelog
All notable changes to this project will be documented in this file.

### [2.2.4]

#### Updated

- Update anomalib to v0.7.0.dev142 that improves the memory footprint of patchcore model training.

### [2.2.3]

#### Updated
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quadra"
version = "2.2.3"
version = "2.2.4"
description = "Deep Learning experiment orchestration library"
authors = [
"Federico Belotti <federico.belotti@orobix.com>",
Expand Down Expand Up @@ -72,7 +72,7 @@ h5py = "~3.8"
timm = "0.9.12"

segmentation_models_pytorch-orobix = "0.3.3.dev1"
anomalib-orobix = "0.7.0.dev141"
anomalib-orobix = "0.7.0.dev142"
xxhash = "~3.2"
torchinfo = "~1.8"
typing_extensions = { version = "4.11.0", python = "<3.10" }
Expand Down
2 changes: 1 addition & 1 deletion quadra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.2.3"
__version__ = "2.2.4"


def get_version():
Expand Down

0 comments on commit 83f342c

Please sign in to comment.