From af947bec4cf99e250443c3b1f49950eec852ebc9 Mon Sep 17 00:00:00 2001 From: auphelia Date: Thu, 15 Aug 2024 15:53:58 +0100 Subject: [PATCH] Soften constraint on numpy version for pynq-z1 and pynq-z2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index acfa79d..c31815a 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<=1.24.1", "finn-dataset_loading==0.0.5", # noqa ], extras_require={