From 3754f3bfa974df706c88a9a1930aaccb24f97119 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 6 Nov 2025 22:52:35 +0100 Subject: [PATCH] Updated LXST dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0147dfe..4766856 100644 --- a/setup.py +++ b/setup.py @@ -123,7 +123,7 @@ setuptools.setup( "ffpyplayer", "sh", "numpy>=2.0.0", - "lxst>=0.3.0", + "lxst>=0.4.0", "mistune>=3.0.2", "beautifulsoup4", "pycodec2>=4.1.0;sys.platform!='Windows' and sys.platform!='win32' and sys.platform!='darwin'",