Add jinja2 as mandatory dependency (#95691)

Should fix #95671  for nightly wheels issue. v2.0.0 RC does not need this.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/95691
Approved by: https://github.com/malfet
This commit is contained in:
Wei Wang
2023-03-01 17:28:55 +00:00
committed by PyTorch MergeBot
parent 2bcc0e9e18
commit 46f092dc66

View File

@ -1022,6 +1022,7 @@ def main():
'typing-extensions',
'sympy',
'networkx',
'jinja2',
]
extras_require = {