Revert "[BE]: Update Typeguard to TypeIs for better type inference (#133814)"

This reverts commit 16caa8c1b3a02e47b5f52d3c2d40d7931cc427dc.

Reverted https://github.com/pytorch/pytorch/pull/133814 on behalf of https://github.com/jeanschmidt due to checking if this will solve inductor errors ([comment](https://github.com/pytorch/pytorch/pull/133814#issuecomment-2427565425))
This commit is contained in:
PyTorch MergeBot
2024-10-21 19:40:58 +00:00
parent ff2f751bfb
commit 32d4582e02
12 changed files with 26 additions and 26 deletions

View File

@ -11,7 +11,7 @@ requests
# is required until pytorch build not refactored to work for latest setuptools.
setuptools<=72.1.0
types-dataclasses
typing-extensions>=4.10.0
typing-extensions>=4.8.0
sympy==1.13.1 ; python_version >= "3.9"
filelock
networkx