-
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.
fixed exception when there are no tone matches passed to each tone fi…
…nder.
- Loading branch information
1 parent
042bdef
commit b6f889f
Showing
2 changed files
with
8 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "icad_tone_detection" | ||
version = "0.5" | ||
version = "0.7" | ||
authors = [ | ||
{name = "TheGreatCodeholio", email = "[email protected]"}, | ||
] | ||
description = "A Python library for extracting scanner radio tones from scanner audio." | ||
readme = "README.md" | ||
requires-python = ">=3.11" | ||
requires-python = ">=3.10" | ||
dependencies = [ | ||
"numpy~=1.26.4", | ||
"requests~=2.31.0", | ||
|
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