-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implemented fix * updated deploy script to fix ssl certificate issue * moved storing of predictions to helper function and changed logging to errors * added comment to shell script * added tests for exception handeling * updated changelog * small syntax fixes * Fix unit test and dependabot alert --------- Co-authored-by: Ruben Peters <[email protected]>
- Loading branch information
1 parent
6390edc
commit 8175877
Showing
7 changed files
with
184 additions
and
105 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "noshow" | ||
version = "1.5.0" | ||
version = "1.5.1" | ||
authors = [ | ||
{ name="Ruben Peters", email="[email protected]" }, | ||
{ name="Eric Wolters", email="[email protected]" } | ||
|
@@ -31,6 +31,7 @@ dependencies =[ | |
"streamlit>=1.30", | ||
"tomli~=2.0", | ||
"relplot>=1.0", | ||
"pygit2<1.17", # Version 1.18 has no available wheels yet | ||
] | ||
|
||
[dependency-groups] | ||
|
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
Oops, something went wrong.