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:
@@ -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',
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user