Skip to content

Commit 76b9998

Browse files
soumithpytorchmergebot
authored andcommitted
add filelock as a dependency (pytorch#91607)
`filelock` is a dependency now for inductor's caching mechanism and CPU backend. Add `filelock` as a dependency Fixes pytorch#93499 Pull Request resolved: pytorch#91607 Approved by: https://github.com/anijain2305, https://github.com/jansel
1 parent d5901fc commit 76b9998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,7 @@ def print_box(msg):
10131013
def main():
10141014
# the list of runtime dependencies required by this built package
10151015
install_requires = [
1016+
'filelock',
10161017
'typing_extensions',
10171018
'sympy',
10181019
'networkx',

0 commit comments

Comments
 (0)