Skip to content

Commit

Permalink
[infra] Update jinja2 requirement. (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Feb 18, 2022
1 parent c74f8a3 commit c3d9bda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pytket/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ def build_extension(self, ext):
"scipy >=1.7.2, <2.0",
"networkx ~= 2.4",
"graphviz ~= 0.14",
"jinja2 ~= 2.11",
"types-Jinja2",
"jinja2 ~= 3.0",
"types-pkg_resources",
"typing-extensions ~= 3.7",
],
Expand Down

0 comments on commit c3d9bda

Please sign in to comment.