use recent numpy to run the test

This commit is contained in:
Jerome Kieffer 2024-01-15 15:47:01 +01:00
parent d51610d30a
commit 3bf714019f
1 changed files with 6 additions and 1 deletions

View File

@ -39,7 +39,7 @@ classifiers = ["Development Status :: 5 - Production/Stable",
] ]
dependencies = [ dependencies = [
'oldest-supported-numpy', 'numpy',
'h5py', 'h5py',
'fabio', 'fabio',
'silx', 'silx',
@ -95,3 +95,8 @@ pyFAI-calib2 = 'pyFAI.app.calib2:main'
pyFAI-drawmask = 'pyFAI.app.drawmask:main' pyFAI-drawmask = 'pyFAI.app.drawmask:main'
pyFAI-diffmap = 'pyFAI.app.diff_map:main' pyFAI-diffmap = 'pyFAI.app.diff_map:main'
pyFAI-integrate = 'pyFAI.app.integrate:main' pyFAI-integrate = 'pyFAI.app.integrate:main'
[tool.cibuildwheel]
# Skip 32-bit builds and PyPy
skip = ["*-win32", "*-manylinux_i686", "pp*"]