| [project] | |
| name = "birdnet-onnx-backbone" | |
| version = "0.1.0" | |
| description = "Backbone-only ONNX exports of BirdNET v2.4 bird sound classifier" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "huggingface-hub>=0.23.0", | |
| "numpy>=2.0.0", | |
| "onnx>=1.16.0", | |
| "onnxruntime>=1.18.0", | |
| "tensorflow-cpu>=2.16.0", | |
| ] | |