[Bugfix] Mirror jinja2 in pyproject.toml (#7723)

This commit is contained in:
sasha0552 2024-08-21 13:41:17 +00:00 committed by GitHub
parent baaedfdb2d
commit dd3fa0e430
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ requires = [
"setuptools >= 49.4.0",
"torch == 2.4.0",
"wheel",
"jinja2",
]
build-backend = "setuptools.build_meta"