use oldest supported numpy

This commit is contained in:
Jerome Kieffer 2024-01-15 15:15:04 +01:00
parent 2a0928340a
commit 27045e4e06
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ classifiers = ["Development Status :: 5 - Production/Stable",
]
dependencies = [
'numpy',
'oldest-supported-numpy',
'h5py',
'fabio',
'silx',
@ -56,7 +56,7 @@ requires = [
"meson>=0.60; platform_system!='Windows'",
'ninja',
'wheel',
'numpy',
'oldest-supported-numpy',
'Cython>=0.29.31',
'numpy',
'pyproject-metadata>=0.5.0',