Skip to content
Snippets Groups Projects
Verified Commit 87114524 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Blacklisting openpyxl version.

parent 8a0be172
No related branches found
No related tags found
2 merge requests!107Release v0.11.0,!104fix linting and openpyxl
Pipeline #51958 passed
...@@ -159,7 +159,7 @@ def setup_package(): ...@@ -159,7 +159,7 @@ def setup_package():
"jsonref", "jsonref",
"jsonschema[format]>=4.4.0", "jsonschema[format]>=4.4.0",
"numpy>=1.24.0", "numpy>=1.24.0",
"openpyxl>=3.0.7", "openpyxl>=3.1.2,!=3.1.3",
"pandas>=1.2.0", "pandas>=1.2.0",
"xlrd>=2.0", "xlrd>=2.0",
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment