-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from orobix/feature/upgrade_anomalib_126
Feature/upgrade anomalib 126
- Loading branch information
Showing
4 changed files
with
30 additions
and
8 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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "quadra" | ||
version = "1.3.5" | ||
version = "1.3.6" | ||
description = "Deep Learning experiment orchestration library" | ||
authors = [ | ||
{ name = "Alessandro Polidori", email = "[email protected]" }, | ||
|
@@ -66,7 +66,7 @@ dependencies = [ | |
"h5py==3.8.*", | ||
"timm==0.6.12", # required by smp | ||
"segmentation-models-pytorch==0.3.2", | ||
"anomalib@git+https://github.com/orobix/[email protected]+obx.1.2.5", | ||
"anomalib@git+https://github.com/orobix/[email protected]+obx.1.2.6", | ||
"xxhash==3.2.*", | ||
] | ||
|
||
|
@@ -121,7 +121,7 @@ repository = "https://github.com/orobix/quadra" | |
|
||
# Adapted from https://realpython.com/pypi-publish-python-package/#version-your-package | ||
[tool.bumpver] | ||
current_version = "1.3.5" | ||
current_version = "1.3.6" | ||
version_pattern = "MAJOR.MINOR.PATCH" | ||
commit_message = "build: Bump version {old_version} -> {new_version}" | ||
commit = true | ||
|
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__ = "1.3.5" | ||
__version__ = "1.3.6" | ||
|
||
|
||
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