diff --git a/setup.py b/setup.py index c073ae376..6ae31d382 100755 --- a/setup.py +++ b/setup.py @@ -98,7 +98,7 @@ def read(*names, **kwargs): # See: https://stackoverflow.com/a/73354885/12460232 "oedialect==0.0.8", "omi", - "openpyxl", + "openpyxl!=3.1.1", # 3.1.1 breaks "demandregio.insert-cts-ind-demands" "pandas>1.2.0,<1.4", # pandas>=1.4 needs SQLAlchemy>=1.4 "psycopg2", "pyaml",