mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 14:41:58 +02:00
Updated soundevent version
This commit is contained in:
parent
a8f64d172b
commit
458e11cf73
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user