mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 22:51:58 +02:00
Merge branch 'main' into train
This commit is contained in:
commit
343bc5f87c
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.8", "3.9", "3.10"]
|
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '1.0.7'
|
__version__ = '1.0.8'
|
||||||
|
@ -6,26 +6,28 @@ dev = [
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "batdetect2"
|
name = "batdetect2"
|
||||||
version = "1.0.7"
|
version = "1.0.8"
|
||||||
description = "Deep learning model for detecting and classifying bat echolocation calls in high frequency audio recordings."
|
description = "Deep learning model for detecting and classifying bat echolocation calls in high frequency audio recordings."
|
||||||
authors = [
|
authors = [
|
||||||
{ "name" = "Oisin Mac Aodha", "email" = "oisin.macaodha@ed.ac.uk" },
|
{ "name" = "Oisin Mac Aodha", "email" = "oisin.macaodha@ed.ac.uk" },
|
||||||
{ "name" = "Santiago Martinez Balvanera", "email" = "santiago.balvanera.20@ucl.ac.uk" }
|
{ "name" = "Santiago Martinez Balvanera", "email" = "santiago.balvanera.20@ucl.ac.uk" }
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"librosa",
|
"librosa>=0.10.1",
|
||||||
"matplotlib",
|
"matplotlib>=3.7.1",
|
||||||
"numpy",
|
"numpy>=1.23.5",
|
||||||
"pandas",
|
"pandas>=1.5.3",
|
||||||
"scikit-learn",
|
"scikit-learn>=1.2.2",
|
||||||
"scipy",
|
"scipy>=1.10.1",
|
||||||
"torch>=1.13.1,<2",
|
"torch>=1.13.1",
|
||||||
"torchaudio",
|
"torchaudio",
|
||||||
"torchvision",
|
"torchvision",
|
||||||
"click",
|
"click",
|
||||||
"soundevent>=1.3.5",
|
"soundevent>=1.3.5",
|
||||||
|
"click",
|
||||||
|
"click>=8.1.7",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.8,<3.11"
|
requires-python = ">=3.8,<3.12"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { text = "CC-by-nc-4" }
|
license = { text = "CC-by-nc-4" }
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
Loading…
Reference in New Issue
Block a user