setup: loosen dependency on Jinja2 version.

This commit is contained in:
Tobias Müller 2022-01-17 20:28:46 +01:00 committed by GitHub
parent 7d611b8fc1
commit c6dc08cbdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ setup(
"importlib_metadata; python_version<'3.8'", # for __version__ and amaranth._toolchain.yosys
"importlib_resources; python_version<'3.9'", # for amaranth._toolchain.yosys
"pyvcd~=0.2.2", # for amaranth.pysim
"Jinja2~=2.11", # for amaranth.build
"Jinja2>=2.11,<4.0", # for amaranth.build
],
extras_require={
# this version requirement needs to be synchronized with the one in amaranth.back.verilog!