Skip to content

Commit

Permalink
Merge breaking openpyxl version exclusion into CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gnn committed Feb 24, 2023
2 parents 0326f02 + 1340a93 commit 180641e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 180641e

Please sign in to comment.