build: allow numpy v2

This commit is contained in:
wakonig_k 2024-09-28 08:52:23 +02:00
parent a8600334af
commit 825a7dee5e

View File

@ -17,7 +17,7 @@ dependencies = [
"typeguard ~= 4.1, >=4.1.4",
"prettytable ~= 3.9",
"bec_lib ~= 2.12, >=2.12.2",
"numpy ~= 1.24",
"numpy >= 1.24, <3.0",
"pyyaml ~= 6.0",
"std_daq_client ~= 1.3",
"pyepics ~= 3.5, >=3.5.5",