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

WIP: Require newer lxml (4.8)

parent 16ea3338
No related branches found
No related tags found
2 merge requests!39Release 0.4.0,!35Pipeline streamlining
Pipeline #19898 failed
......@@ -155,9 +155,10 @@ def setup_package():
author='Henrik tom Wörden',
author_email='h.tomwoerden@indiscale.com',
install_requires=["caosdb>=0.7.0",
"lxml>=4.8.0"
"numpy>=1.17.3",
"openpyxl>=3.0.0",
"pandas>=1.2.0",
"numpy>=1.17.3",
"xlrd>=2.0",
],
extras_require={"h5-crawler": ["h5py>=3.3.0", ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment