Skip to content

Commit d8f4179

Browse files
committed
Reinstated openpyxl dependency
1 parent 82ba3c5 commit d8f4179

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
@@ -44,7 +44,8 @@
4444
'matplotlib>=3.4',
4545
'pandas>=1.3',
4646
'regex>=2023.12.25',
47-
'seaborn>=0.12.2'
47+
'seaborn>=0.12.2',
48+
'openpyxl>=3.1.2', # Used via pandas
4849
],
4950
extras_require={
5051
'test': [

0 commit comments

Comments
 (0)