[BE] Relax sympy dependency to 1.13.3 or newer (#148575)

Fixes https://github.com/pytorch/pytorch/issues/145225

Pull Request resolved: https://github.com/pytorch/pytorch/pull/148575
Approved by: https://github.com/ZainRizvi, https://github.com/atalman
This commit is contained in:
Nikita Shulga 2025-03-05 20:51:16 +00:00 committed by PyTorch MergeBot
parent 9efa9c73f6
commit dd6ec8706e
2 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@ psutil
pyyaml
requests
setuptools
sympy==1.13.3
sympy>=1.13.3
types-dataclasses
typing-extensions>=4.10.0

View File

@ -1120,7 +1120,7 @@ def main():
"filelock",
"typing-extensions>=4.10.0",
'setuptools ; python_version >= "3.12"',
"sympy==1.13.3",
"sympy>=1.13.3",
"networkx",
"jinja2",
"fsspec",