From 73b9bd032fdfbf829b74adf48b30e01ccabef876 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 21 Apr 2026 10:51:25 +0200 Subject: [PATCH] Updated versions --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 725e6a3..4db951e 100644 --- a/setup.py +++ b/setup.py @@ -114,8 +114,8 @@ setuptools.setup( ] }, install_requires=[ - "rns>=1.1.6", - "lxmf>=0.9.4", + "rns>=1.1.7", + "lxmf>=0.9.5", "lxst>=0.4.6", "kivy>=2.3.0", "numpy>=2.0.0",