From 1340a9345b1c4c8d8d3efab3832237123ea192ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20G=C3=BCnther?= Date: Fri, 24 Feb 2023 17:05:01 +0100 Subject: [PATCH] Exclude breaking `openpyxl` version [Apparently][0], this version [breaks][1] the ```python demandregio.insert-cts-ind-demands ``` task. [0]: https://github.com/openego/eGon-data/issues/377#issuecomment-1436556686 [1]: https://github.com/openego/eGon-data/issues/1108 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",