Updated dependency versions

This commit is contained in:
Mark Qvist
2025-11-22 15:20:03 +01:00
parent 2fb4c0132f
commit d99393dfd6

View File

@@ -114,7 +114,7 @@ setuptools.setup(
] ]
}, },
install_requires=[ install_requires=[
"rns>=1.0.3", "rns>=1.0.4",
"lxmf>=0.9.3", "lxmf>=0.9.3",
"kivy>=2.3.0", "kivy>=2.3.0",
"pillow>=10.2.0", "pillow>=10.2.0",
@@ -123,7 +123,7 @@ setuptools.setup(
"ffpyplayer", "ffpyplayer",
"sh", "sh",
"numpy>=2.0.0", "numpy>=2.0.0",
"lxst>=0.4.0", "lxst>=0.4.1",
"mistune>=3.0.2", "mistune>=3.0.2",
"beautifulsoup4", "beautifulsoup4",
"pycodec2>=4.1.0;sys.platform!='Windows' and sys.platform!='win32' and sys.platform!='darwin'", "pycodec2>=4.1.0;sys.platform!='Windows' and sys.platform!='win32' and sys.platform!='darwin'",