From 61a452c6df917c981b77d84dfc0fd8f54c43c5c0 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 21 Nov 2025 17:41:12 +0100 Subject: [PATCH] Sync upstream --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e18b8b..f87ac21 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setuptools.setup( 'rnphone=LXST.Utilities.rnphone:main', ] }, - install_requires=["rns>=1.0.1", + install_requires=["rns>=1.0.3", "lxmf>=0.9.1", "soundcard>=0.4.5", "numpy>=2.3.4",