From 04ab9e431faa4f444c919a785aca9503aa256045 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Wed, 2 Mar 2022 17:11:34 +0100 Subject: [PATCH] WIP: Require newer lxml (4.8) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9449ed66..99fc61d8 100755 --- a/setup.py +++ b/setup.py @@ -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", ], -- GitLab