Skip to content

Commit da0ae7b

Browse files
committed
Reinstated jinja dependency
1 parent d8f4179 commit da0ae7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
'pandas>=1.3',
4646
'regex>=2023.12.25',
4747
'seaborn>=0.12.2',
48-
'openpyxl>=3.1.2', # Used via pandas
48+
'openpyxl>=3.1.2', # Used via pandas (to create excel doc)
49+
'jinja2>=3.1.0', # Used via pandas (to create latex doc)
4950
],
5051
extras_require={
5152
'test': [

0 commit comments

Comments
 (0)