Fix: clearly include Pydantic v2 in the dependencies

The Pydantic models in the library are written for Pydantic v2 and will not work with Pydantic v1.
This commit is contained in:
tsukumi
2024-03-10 15:38:08 +00:00
parent 9c233630ef
commit 733a9d838d
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ dependencies = [
'numba', 'numba',
'numpy', 'numpy',
'pyannote.audio>=3.1.0', 'pyannote.audio>=3.1.0',
'pydantic', 'pydantic>=2.0',
'pyopenjtalk-dict', 'pyopenjtalk-dict',
'pypinyin', 'pypinyin',
# 'pyworld', # 'pyworld',

View File

@@ -14,7 +14,7 @@ numba
numpy numpy
psutil psutil
pyannote.audio>=3.1.0 pyannote.audio>=3.1.0
pydantic pydantic>=2.0
pyloudnorm pyloudnorm
# pyopenjtalk-prebuilt # Should be manually uninstalled # pyopenjtalk-prebuilt # Should be manually uninstalled
pyopenjtalk-dict pyopenjtalk-dict