Removed old numpy version request

This commit is contained in:
gac-x01da
2025-03-07 15:21:40 +01:00
committed by appel_c
parent dc3e0685d8
commit 79e5e158c1

View File

@@ -12,7 +12,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
]
dependencies = ["numpy ~= 1.24", "scipy", "bec_lib", "h5py", "ophyd_devices"]
dependencies = ["numpy", "scipy", "bec_lib", "h5py", "ophyd_devices"]
[project.optional-dependencies]
dev = [