diff --git a/backends/python/server/requirements.txt b/backends/python/server/requirements.txt index 687ec102..d6fa9674 100644 --- a/backends/python/server/requirements.txt +++ b/backends/python/server/requirements.txt @@ -56,7 +56,7 @@ setuptools==75.6.0 ; python_version >= "3.9" and python_version < "3.13" sympy==1.13.1 ; python_version >= "3.9" and python_version < "3.13" threadpoolctl==3.5.0 ; python_version >= "3.9" and python_version < "3.13" tokenizers==0.20.3 ; python_version >= "3.9" and python_version < "3.13" -torch==2.5.1 ; python_version >= "3.9" and python_version < "3.13" +torch==2.7.1 ; python_version >= "3.9" and python_version < "3.13" tqdm==4.67.1 ; python_version >= "3.9" and python_version < "3.13" transformers==4.46.3 ; python_version >= "3.9" and python_version < "3.13" triton==3.1.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version < "3.13" and python_version >= "3.9"