-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build: Update dependencies to retain only opencv-python-headless * build: Upgrade version, update changelog * test: Skip draem test as it doesn't work with the current anomalib dependency * refactor: Update gradcam integration code to support the new version
- Loading branch information
1 parent
84c0b07
commit 1c4e417
Showing
8 changed files
with
44 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "quadra" | ||
version = "2.2.2" | ||
version = "2.2.3" | ||
description = "Deep Learning experiment orchestration library" | ||
authors = [ | ||
"Federico Belotti <[email protected]>", | ||
|
@@ -60,7 +60,7 @@ python_dotenv = "~0.21" | |
rich = "~13.2" | ||
scikit_learn = "~1.2" | ||
pydantic = "1.10.10" | ||
grad_cam = "1.4.6" | ||
grad-cam-orobix = "1.5.3.dev001" | ||
matplotlib = "~3.6" | ||
seaborn = "~0.12" | ||
albumentations = "~1.3" | ||
|
@@ -72,7 +72,7 @@ h5py = "~3.8" | |
timm = "0.9.12" | ||
|
||
segmentation_models_pytorch-orobix = "0.3.3.dev1" | ||
anomalib-orobix = "0.7.0.dev140" | ||
anomalib-orobix = "0.7.0.dev141" | ||
xxhash = "~3.2" | ||
torchinfo = "~1.8" | ||
typing_extensions = { version = "4.11.0", python = "<3.10" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "2.2.2" | ||
__version__ = "2.2.3" | ||
|
||
|
||
def get_version(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters