From 70e03e7721adb77172ea741d5435be754e8bd44e Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 31 Jan 2023 16:38:30 +0100 Subject: [PATCH] misc: fix incompatibility betwen pyexcel-xlsx and openpyxl 3.1.0 (#74033) --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 8f5c347c..a0512a0e 100755 --- a/setup.py +++ b/setup.py @@ -144,6 +144,9 @@ setup( 'gadjo', 'phpserialize', 'suds', + # pyexcel-xlsx is unmaintained (no change since 2020) and is incompatible + # with a change introduced in openpyxl 3.1.0 + 'openpyxl<3.1', 'pyexcel-io', 'pyexcel-ods', 'pyexcel-xls',