From 547d82b2fa82ae2b20e5767d9ad77603ed52509a Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Wed, 6 Aug 2025 15:06:28 +0200 Subject: [PATCH] modern python support with lapx --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0e30649..a559d95 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,5 +18,5 @@ packages = sort python_requires = >=3.8 install_requires = filterpy==1.4.5 - lap==0.4.0 - numpy>=1.18.5 \ No newline at end of file + lapx>=0.5.0 + numpy>=1.18.5