diff --git a/AirType.LocalAsrWorker/pyproject.toml b/AirType.LocalAsrWorker/pyproject.toml index 3f8c49d..54ec973 100644 --- a/AirType.LocalAsrWorker/pyproject.toml +++ b/AirType.LocalAsrWorker/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "onnxruntime==1.24.4", "numpy==2.4.4", "huggingface-hub==0.36.2", - "tokenizers==0.21.4", + "tokenizers==0.23.1", "tqdm==4.67.3", "psutil==7.2.2", ] diff --git a/AirType.LocalAsrWorker/requirements-runtime.txt b/AirType.LocalAsrWorker/requirements-runtime.txt index 47b4233..a1a13ba 100644 --- a/AirType.LocalAsrWorker/requirements-runtime.txt +++ b/AirType.LocalAsrWorker/requirements-runtime.txt @@ -19,7 +19,7 @@ pyyaml==6.0.3 requests==2.34.2 setuptools==83.0.0 sympy==1.14.0 -tokenizers==0.21.4 +tokenizers==0.23.1 tqdm==4.67.3 typing-extensions==4.16.0 urllib3==2.7.0