From a84f151c0220a664450a4a892c6a46094fbfcca7 Mon Sep 17 00:00:00 2001 From: auphelia Date: Wed, 14 Aug 2024 17:18:58 +0100 Subject: [PATCH] Upgrade numpy dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 268204b..58b05cd 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.21.5", + "numpy==1.24.1", "finn-dataset_loading==0.0.5", # noqa ], extras_require={