Skip to content

Commit d0526b5

Browse files
authored
fix: fix missing scipy import
1 parent e3ee60b commit d0526b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Changelog
55
develop
66
~~~~~~~~
77

8+
- fix: fix missing `scipy` import (#54, @arxaqapi)
89
- feat: add "--use-filter" option to filter training/validation files
910

10-
1111
Version 3.0.1 (2023-09-22)
1212
~~~~~~~~~~~~~~~~~~~~~~~~~~
1313

pyannote/pipeline/optimizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
from optuna.storages import RDBStorage, JournalStorage, JournalFileStorage
4444
from tqdm import tqdm
4545
from optuna.storages import RDBStorage, JournalStorage, JournalFileStorage
46+
from scipy.stats import bayes_mvs
4647

4748
from .pipeline import Pipeline
4849
from .typing import PipelineInput

0 commit comments

Comments
 (0)