mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 22:51:58 +02:00
Updated soundevent version
This commit is contained in:
parent
a8f64d172b
commit
458e11cf73
@ -23,6 +23,7 @@ dependencies = [
|
|||||||
"torchaudio",
|
"torchaudio",
|
||||||
"torchvision",
|
"torchvision",
|
||||||
"click",
|
"click",
|
||||||
|
"soundevent>=1.3.5",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.8,<3.11"
|
requires-python = ">=3.8,<3.11"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -58,6 +59,10 @@ batdetect2 = "batdetect2.cli:cli"
|
|||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 79
|
line-length = 79
|
||||||
|
|
||||||
|
[tool.isort]
|
||||||
|
profile = "black"
|
||||||
|
line_length = 79
|
||||||
|
|
||||||
[[tool.mypy.overrides]]
|
[[tool.mypy.overrides]]
|
||||||
module = [
|
module = [
|
||||||
"librosa",
|
"librosa",
|
||||||
|
Loading…
Reference in New Issue
Block a user