Skip to content

Commit

Permalink
build(deps): bump pyannote-audio from 3.2.0 to 3.3.2
Browse files Browse the repository at this point in the history
Bumps [pyannote-audio](https://github.com/pyannote/pyannote-audio) from 3.2.0 to 3.3.2.
- [Release notes](https://github.com/pyannote/pyannote-audio/releases)
- [Changelog](https://github.com/pyannote/pyannote-audio/blob/develop/CHANGELOG.md)
- [Commits](pyannote/pyannote-audio@3.2.0...3.3.2)

---
updated-dependencies:
- dependency-name: pyannote-audio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent bf11ccb commit 71e791f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ scipy==1.12.0
tensorflow-probability==0.24.0
faster-whisper==1.0.3
python-dotenv==1.0.1
pyannote.audio==3.2.0
pyannote.audio==3.3.2
nltk==3.8.1
torchvision==0.17.2
ctranslate2==4.3.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tensorflow-probability==0.24.0",
"faster-whisper==1.0.3",
"python-dotenv==1.0.1",
"pyannote-audio==3.2.0",
"pyannote-audio==3.3.2",
"nltk==3.8.1",
"torchvision==0.17.2",
"ctranslate2==4.3.1",
Expand All @@ -39,7 +39,7 @@
"uvicorn==0.30.1",
"python-dotenv==1.0.1",
"faster-whisper==1.0.3",
"pyannote-audio==3.2.0",
"pyannote-audio==3.3.2",
"nltk==3.8.1",
"torchvision==0.17.2",
"ctranslate2==4.3.1",
Expand Down

0 comments on commit 71e791f

Please sign in to comment.