From 321fecab740206ff9c51667712c41b77eaf44b40 Mon Sep 17 00:00:00 2001 From: Mohammad Miadh Angkad Date: Sat, 13 Sep 2025 07:02:54 +0800 Subject: [PATCH] Add sentencepiece to project dependencies (#10386) --- python/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 7b0bda1f5..060e918b4 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -44,8 +44,9 @@ runtime_common = [ "pynvml", "python-multipart", "pyzmq>=25.1.2", - "soundfile==0.13.1", "scipy", + "sentencepiece", + "soundfile==0.13.1", "timm==1.0.16", "tiktoken", "torchao==0.9.0",