Skip to content

Commit 79784c5

Browse files
committed
add openpyxl dependency for report generation
1 parent 40ed9d1 commit 79784c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'tqdm',
1111
'backports.strenum;python_version<"3.11"',
1212
'StrEnum;python_version<"3.11"',
13-
# 'openpyxl',
13+
'openpyxl',
1414
# 'tensorboard-plugin-profile==2.19.0',
1515
# 'tensorflow',
1616
],

0 commit comments

Comments
 (0)