Updated soundevent version

This commit is contained in:
Santiago Martinez 2024-01-12 17:23:24 +00:00
parent a8f64d172b
commit 458e11cf73
2 changed files with 827 additions and 887 deletions

1709
pdm.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -23,6 +23,7 @@ dependencies = [
"torchaudio",
"torchvision",
"click",
"soundevent>=1.3.5",
]
requires-python = ">=3.8,<3.11"
readme = "README.md"
@ -58,6 +59,10 @@ batdetect2 = "batdetect2.cli:cli"
[tool.black]
line-length = 79
[tool.isort]
profile = "black"
line_length = 79
[[tool.mypy.overrides]]
module = [
"librosa",