Skip to content

Commit bc79f3c

Browse files
committed
setup: switch to pyannote.{core,database} 6.0.0
1 parent d7013b6 commit bc79f3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
#########
44

5-
Version 4.0.0rc2 (2025-02-23)
5+
Version 4.0.0 (2025-09-09)
66
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
77

88
- feat(optimize): add option to pass keyword arguments to pipeline during optimization

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dynamic = [
1414
dependencies = [
1515
"filelock>=3.17.0",
1616
"optuna>=4.2.0",
17-
"pyannote-core>=5.0.0",
18-
"pyannote-database>=5.1.3",
17+
"pyannote-core>=6.0.0",
18+
"pyannote-database>=6.0.0",
1919
"pyyaml>=6.0.2",
2020
"tqdm>=4.67.1",
2121
]

0 commit comments

Comments
 (0)