From 3f1cdd27246a042bb11efa2291bcb61398087de6 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 24 Nov 2025 01:58:59 +0100 Subject: [PATCH] Updated dependency versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7617665..86332d0 100644 --- a/setup.py +++ b/setup.py @@ -123,7 +123,7 @@ setuptools.setup( "ffpyplayer", "sh", "numpy>=2.0.0", - "lxst>=0.4.1", + "lxst>=0.4.2", "mistune>=3.0.2", "beautifulsoup4", "pycodec2>=4.1.0;sys.platform!='Windows' and sys.platform!='win32' and sys.platform!='darwin'",