Unpin Numpy version

Requirement to pin has been removed

Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com>
Change-Id: I058a8152815238691160bd139fa885877858d55a
diff --git a/setup.cfg b/setup.cfg
index f501cc8..642ed94 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,4 @@
-# Copyright (c) 2021-2023 Arm Limited.
+# Copyright (c) 2021-2024 Arm Limited.
 # SPDX-License-Identifier: Apache-2.0
 
 [metadata]
@@ -19,7 +19,7 @@
 
 [options]
 install_requires =
-    numpy <1.24,>=1.22
+    numpy
     flatbuffers == 23.5.26
     jsonschema
 python_requires = >=3.6