[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
birdnet = {editable = true, path = "."}
autopep8 = "*"
pylint = "*"
pycodestyle = "*"
isort = "*"
rope = "*"
pytest = "*"
autoflake = "*"
twine = "*"
build = "*"
mypy = "*"
pandas-stubs = "*"
types-tqdm = "*"
types-requests = "*"

[packages]
librosa = ">=0.10.0, <1.0.0"
tensorflow = "==2.15.1"
resampy = ">=0.4.3, <1.0.0"
soundfile = ">=0.12.1, <1.0.0"
scipy = ">=1.9.3, <2.0.0"
ordered-set = ">=4.1.0, <5.0.0"
tqdm = ">=4.64.1, <5.0.0"
numpy = ">=1.23.5, <2.0.0"

[requires]
python_version = "3.11"
