mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[EZ] Update sympy to 1.13.3 (#143908)
And remove python>=3.9 check as it currently covers all supported python versions Fixes https://github.com/pytorch/pytorch/issues/143907 Pull Request resolved: https://github.com/pytorch/pytorch/pull/143908 Approved by: https://github.com/Skylion007, https://github.com/huydhn
This commit is contained in:
parent
b5042cfa58
commit
fe398de769
1 changed files with 1 additions and 1 deletions
|
|
@ -16,6 +16,6 @@ psutil
|
|||
pyyaml
|
||||
requests
|
||||
setuptools
|
||||
sympy==1.13.1 ; python_version >= "3.9"
|
||||
sympy==1.13.3
|
||||
types-dataclasses
|
||||
typing-extensions>=4.10.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue