mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
3b7710316c
commit
6016b8a9be
@ -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
|
||||
|
Reference in New Issue
Block a user