Revert "Update sympy version constraint to 1.13.3 (#138338)"

This reverts commit d8279ad9d162b5ce71699f462d3664c3745b14f5.

Reverted https://github.com/pytorch/pytorch/pull/138338 on behalf of https://github.com/huydhn due to Sorry for reverting your change, but I think a bunch of inductor tests and test_dynamic_shapes are failing in trunk after this lands d8279ad9d1 ([comment](https://github.com/pytorch/pytorch/pull/138338#issuecomment-2424487225))
This commit is contained in:
PyTorch MergeBot
2024-10-20 03:19:02 +00:00
parent 3f3b692a00
commit d1027c2be6
4 changed files with 4 additions and 4 deletions

View File

@ -326,7 +326,7 @@ lxml==5.0.0
PyGithub==2.3.0
sympy==1.13.3 ; python_version >= "3.9"
sympy==1.13.1 ; python_version >= "3.9"
#Description: Required by coremltools, also pinned in .github/requirements/pip-requirements-macOS.txt
#Pinned versions:
#test that import:

View File

@ -19,7 +19,7 @@ pytest-rerunfailures==10.3
pytest-flakefinder==1.1.0
scipy==1.10.1
sympy==1.12.1 ; python_version == "3.8"
sympy==1.13.3 ; python_version >= "3.9"
sympy==1.13.1 ; python_version >= "3.9"
unittest-xml-reporting<=3.2.0,>=2.0.0
xdoctest==1.1.0
filelock==3.6.0

View File

@ -12,7 +12,7 @@ requests
setuptools<=72.1.0
types-dataclasses
typing-extensions>=4.8.0
sympy>=1.13.1,!=1.13.2 ; python_version >= "3.9"
sympy==1.13.1 ; python_version >= "3.9"
filelock
networkx
jinja2

View File

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