Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dependencies = [
"keras",
# ONNX runtime backs 3.0 acoustic + geo inference: no TensorFlow load, faster.
# TensorFlow above is still required for training and the 2.4/perch/custom paths.
# >=1.16 is birdnet's own floor for its [onnx] extra.
"onnxruntime>=1.16.0",
"numpy",
"scipy",
Expand All @@ -49,10 +48,7 @@ dependencies = [
"tqdm",
"pandas",
"matplotlib",
# Direct URL: unreleased birdnet main (3.0 sigmoid fix, pb backend fix, download
# progress hook). PyPI rejects direct-URL requirements, so this must become a
# version pin before publishing.
"birdnet @ https://github.com/birdnet-team/birdnet/archive/75394998.tar.gz",
"birdnet==1.1.0",
]

[project.optional-dependencies]
Expand Down
Loading