add filelock as a dependency (#91607)

`filelock` is a dependency now for inductor's caching mechanism and CPU backend.

Add `filelock` as a dependency

Fixes https://github.com/pytorch/pytorch/issues/93499

Pull Request resolved: https://github.com/pytorch/pytorch/pull/91607
Approved by: https://github.com/anijain2305, https://github.com/jansel
This commit is contained in:
Soumith Chintala
2023-02-01 17:30:51 +00:00
committed by PyTorch MergeBot
parent d5901fcc80
commit 76b999803a

View File

@ -1013,6 +1013,7 @@ def print_box(msg):
def main():
# the list of runtime dependencies required by this built package
install_requires = [
'filelock',
'typing_extensions',
'sympy',
'networkx',