pyproject: add riva option and update protobuf and playht
This commit is contained in:
committed by
vipyne
parent
49ce3dcb27
commit
ce94421c90
@@ -1,5 +1,5 @@
|
|||||||
build~=1.2.1
|
build~=1.2.1
|
||||||
grpcio-tools~=1.62.2
|
grpcio-tools~=1.65.4
|
||||||
pip-tools~=7.4.1
|
pip-tools~=7.4.1
|
||||||
pyright~=1.1.376
|
pyright~=1.1.376
|
||||||
pytest~=8.3.2
|
pytest~=8.3.2
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ dependencies = [
|
|||||||
"Markdown~=3.7",
|
"Markdown~=3.7",
|
||||||
"numpy~=1.26.4",
|
"numpy~=1.26.4",
|
||||||
"Pillow~=10.4.0",
|
"Pillow~=10.4.0",
|
||||||
"protobuf~=4.25.4",
|
"protobuf~=5.26.1",
|
||||||
"pydantic~=2.8.2",
|
"pydantic~=2.8.2",
|
||||||
"pyloudnorm~=0.1.1",
|
"pyloudnorm~=0.1.1",
|
||||||
"resampy~=0.4.3",
|
"resampy~=0.4.3",
|
||||||
@@ -63,7 +63,8 @@ nim = [ "openai~=1.50.2" ]
|
|||||||
noisereduce = [ "noisereduce~=3.0.3" ]
|
noisereduce = [ "noisereduce~=3.0.3" ]
|
||||||
openai = [ "openai~=1.50.2", "websockets~=13.1", "python-deepcompare~=1.0.1" ]
|
openai = [ "openai~=1.50.2", "websockets~=13.1", "python-deepcompare~=1.0.1" ]
|
||||||
openpipe = [ "openpipe~=4.38.0" ]
|
openpipe = [ "openpipe~=4.38.0" ]
|
||||||
playht = [ "pyht~=0.1.4", "websockets~=13.1" ]
|
playht = [ "pyht~=0.1.8", "websockets~=13.1" ]
|
||||||
|
riva = [ "nvidia-riva-client~=2.17.0" ]
|
||||||
silero = [ "onnxruntime~=1.19.2" ]
|
silero = [ "onnxruntime~=1.19.2" ]
|
||||||
soundfile = [ "soundfile~=0.12.1" ]
|
soundfile = [ "soundfile~=0.12.1" ]
|
||||||
together = [ "openai~=1.50.2" ]
|
together = [ "openai~=1.50.2" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user