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

Merge branch 'dev' into f-xlsx-converter-warnings-errors

parents c50d400b da5dcaba
No related branches found
No related tags found
No related merge requests found
Pipeline #52236 failed
...@@ -158,7 +158,7 @@ def setup_package(): ...@@ -158,7 +158,7 @@ def setup_package():
install_requires=["linkahead>=0.13.1", install_requires=["linkahead>=0.13.1",
"jsonref", "jsonref",
"jsonschema[format]>=4.4.0", "jsonschema[format]>=4.4.0",
"numpy>=1.24.0", "numpy>=1.24.0, < 2",
"openpyxl>=3.1.2,!=3.1.3", "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