Pin birdnet 1.1.0 - #985
Merged
Merged
Conversation
Replaces the direct-URL requirement (which PyPI rejects) with the release that contains everything it pointed at: the 3.0 double-sigmoid fix, the pb backend fix and the download progress callback. TensorFlow is optional for birdnet from this release on; the analyzer still requires it itself for training and the 2.4/perch/custom paths. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the direct-URL birdnet requirement with the released
birdnet==1.1.0from PyPI — this was the release gate, since PyPI rejects direct-URL dependencies.The release contains everything the URL pin pointed at (3.0 double-sigmoid fix, 3.0 pb backend fix, download progress callback) plus: TensorFlow is now optional for birdnet itself (base install runs 3.0 on onnxruntime and 2.4 via LiteRT), checksum-verified per-release label caches, and the abandoned-lock reclaim. The analyzer still declares its own TensorFlow dependency for training and the 2.4/perch/custom paths, so nothing changes for analyzer installs yet.
Note from the release: 3.0 confidence values change relative to birdnet 1.0.0 (the double-sigmoid fix) — thresholds tuned against 1.0.0-era 3.0 output need revisiting.
Verification
Full test suite against the PyPI wheel: 624 passed, 1 skipped.
pip checkclean.🤖 Generated with Claude Code