From 3f149968820da2ad7ecc1a4d87c79e20a06f5455 Mon Sep 17 00:00:00 2001 From: Marek Sebera Date: Sat, 30 Nov 2024 20:24:50 +0100 Subject: [PATCH] tested dependencies/sanity workflow with python 3.8.20 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45683d2..182ec24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ dependencies = [ "dmr-kaitai>=1.0", "bitarray>=2.9.2", - "numpy>=1.26.3", + "numpy>=1.24.4", # 1.24.4 is latest release compatible with Python 3.8.x branch "scapy>=2.5.0", "asyncio>=3.4.3", "puresnmp>=2.0.0.post1"