Pin sympy to 1.13.1 (#133235)

Sympy 1.13.2 release yesterday, and it results in test failures on windows and mac

454713fe9d/1

Hopefully these are the places it needs to get pinned
Pull Request resolved: https://github.com/pytorch/pytorch/pull/133235
Approved by: https://github.com/atalman, https://github.com/ZainRizvi
This commit is contained in:
Catherine Lee
2024-08-12 20:10:09 +00:00
committed by PyTorch MergeBot
parent 36c4ed8e49
commit 4f0d5f6551
4 changed files with 9 additions and 3 deletions

View File

@ -10,7 +10,7 @@ setuptools
types-dataclasses
typing-extensions>=4.8.0
sympy==1.12.1 ; python_version == "3.8"
sympy>=1.13.0 ; python_version >= "3.9"
sympy==1.13.1 ; python_version >= "3.9"
filelock
networkx
jinja2