-
Notifications
You must be signed in to change notification settings - Fork 691
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚀 Remove pl dependency from Anomalib CLI & Add install subcommand (#1748
) * Remove pl dependency from anomalib CLI Signed-off-by: Kang, Harim <[email protected]> * Add CHANGELOG.md Signed-off-by: Kang, Harim <[email protected]> * Remove blank in requirement txt Signed-off-by: Kang, Harim <[email protected]> * Add Missing arguments Signed-off-by: Kang, Harim <[email protected]> * Reflect some comments Signed-off-by: Kang, Harim <[email protected]> * Fix verbosity level Signed-off-by: Kang, Harim <[email protected]> * Add pytest-mock in tox Signed-off-by: Kang, Harim <[email protected]> --------- Signed-off-by: Kang, Harim <[email protected]>
- Loading branch information
Showing
18 changed files
with
1,041 additions
and
207 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,6 @@ pytest | |
pytest-cov | ||
pytest-sugar | ||
pytest-xdist | ||
pytest-mock | ||
coverage[toml] | ||
tox |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
jsonargparse[signatures]>=4.3 | ||
omegaconf>=2.1.1 | ||
rich>=13.5.2 | ||
setuptools>=41.0.0 | ||
rich-argparse |
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
Oops, something went wrong.