diff --git a/pyproject.toml b/pyproject.toml index 730ee27..72f8277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,8 @@ dependencies = [ "inflect", "addict", "WeTextProcessing", - "modelscope", + "modelscope>=1.22.0", + "datasets>=2,<4", "huggingface-hub", "pydantic", "tqdm",