diff --git a/examples/dataset/question_answering/pyproject.toml b/examples/dataset/question_answering/pyproject.toml index 41c4e0ac9..eb71cf5e4 100644 --- a/examples/dataset/question_answering/pyproject.toml +++ b/examples/dataset/question_answering/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "openai>=1.6.0,<2", "protobuf>=4.25.1,<5", "numpy>=1.19,<2", - "torch==2.7.0", + "torch==2.13.0", ] [tool.uv]