From 9d9d3d4d16f5af6e2baca5ae946f5282474bae54 Mon Sep 17 00:00:00 2001 From: cnstt <104427648+cnstt@users.noreply.github.com> Date: Sat, 6 Apr 2024 17:25:31 +0200 Subject: [PATCH] Update setup.cfg Fix failing tests because of issue with lxml.html.clean, see https://github.com/napari/napari/pull/6799 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c35e75a..b65af6a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = scikit-image typing pandas - lxml + lxml[html_clean] pillow h5py mrcfile