mirror of https://github.com/silx-kit/pyFAI.git
use recent numpy to run the test
This commit is contained in:
parent
d51610d30a
commit
3bf714019f
|
@ -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*"]
|
||||||
|
|
Loading…
Reference in New Issue