added missing dependency [skip ci]

This commit is contained in:
dscripka 2023-10-07 12:06:06 -04:00
parent 62818e52fa
commit 3594e594c7

View file

@ -68,7 +68,8 @@ setuptools.setup(
'onnx_tf==1.10.0',
'onnx==1.14.0',
'pronouncing>=0.2.0,<1',
'datasets>=2.14.4,<3'
'datasets>=2.14.4,<3',
'deep-phonemizer==0.0.19'
]
},
author="David Scripka",