mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user