From 6b54dce94e7511571f12efdeafda283c5606fe53 Mon Sep 17 00:00:00 2001 From: Mario Ruiz <11815099+mariodruiz@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:00:38 +0100 Subject: [PATCH] Use numpy less than 2.0 This will avoid updating pynq on 3.1 images --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c31815a5..2acc65de 100644 --- a/setup.py +++ b/setup.py @@ -120,7 +120,7 @@ def extend_package(path): install_requires=[ "pynq>=2.5.1", "bitstring>=3.1.7", - "numpy<=1.24.1", + "numpy<=2.0", "finn-dataset_loading==0.0.5", # noqa ], extras_require={