From e413617e2303ab846bbdcdeac490667e9789dfe0 Mon Sep 17 00:00:00 2001 From: teutoburg <73600109+teutoburg@users.noreply.github.com> Date: Sat, 16 Nov 2024 18:50:27 +0100 Subject: [PATCH] Use lxml[html_clean] instead of just lxml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This might be able to fix the most recent ScopeSim_Data fail🤞 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bbc0869e..af6a444e 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def setup_package(): "docutils", "requests>=2.20", "beautifulsoup4>=4.4", - "lxml", + "lxml[html_clean]", "pyyaml>5.1", "pysftp",