Remove CI/CD python 3.8 requirements (#137893)

Python 3.8 is deprecated from CI/CD. No reason have these pins
Pull Request resolved: https://github.com/pytorch/pytorch/pull/137893
Approved by: https://github.com/Skylion007, https://github.com/huydhn, https://github.com/albanD, https://github.com/kit1980
This commit is contained in:
atalman
2024-10-14 20:28:46 +00:00
committed by PyTorch MergeBot
parent 3b7710316c
commit 6016b8a9be
4 changed files with 0 additions and 5 deletions

View File

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