Skip to content

Commit bc1589a

Browse files
authored
Merge pull request #1943 from optimamodel/fix-xlsxwriter-version
Fix xlsxwriter version to 3.2.0
2 parents 9bf76c2 + 48e243d commit bc1589a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'matplotlib>=1.4.2',
4444
'numpy>=1.10.1',
4545
'xlrd==1.2.0', #WARNING temporary to read xlsx files and needs to to be replaced with a migration to openpyxl
46-
'xlsxwriter',
46+
'xlsxwriter==3.2.0', #3.2.2 breaks functionality (not investigated)
4747
'sciris>=3.0.0',
4848
'scipy',
4949
],

0 commit comments

Comments
 (0)