Enforce recent version of Cython

This commit is contained in:
Jerome Kieffer 2023-03-07 09:25:16 +01:00
parent 7a2db3a561
commit 41c508af39
8 changed files with 9 additions and 9 deletions

View File

@ -8,7 +8,7 @@ wheel
numpy <1.19 ; python_version <= '3.5'
numpy <1.20 ; python_version <= '3.6'
numpy; python_version> '3.6'
cython
cython >=0.29.31
pillow
lxml
unittest2

View File

@ -4,7 +4,7 @@ h5py
fabio
sphinx
scipy
cython
cython >=0.29.31
pygments[plugins]
sphinxcontrib-programoutput
silx

View File

@ -5,7 +5,7 @@
wheel
numpy <1.19 ; python_version <= '3.5'
numpy; python_version>= '3.6'
cython
cython (>=0.29.31)
pillow
lxml
unittest2

View File

@ -1,5 +1,5 @@
:Author: Jérôme Kieffer
:Date: 03/03/2023
:Date: 07/03/2023
:Keywords: changelog
Change-log of versions
@ -8,7 +8,7 @@ Change-log of versions
2023.XX
-------
- Support all version of python between 3.7 and 3.11
- Support Cython 3.0b1 (with performance degradation) in addition of cython 0.29
- Support Cython 3.0b1 (with performance degradation) in addition of cython 0.29.31+
2023.02 27/02/2023
------------------

View File

@ -4,7 +4,7 @@ Uploaders: Jerome Kieffer <jerome.kieffer@esrf.fr>,
Picca Frédéric-Emmanuel <picca@debian.org>
Section: science
Priority: extra
Build-Depends: cython3,
Build-Depends: cython3 (>=0.29.31),
cython3-dbg,
debhelper,
dh-python,

View File

@ -4,7 +4,7 @@ Uploaders: Jerome Kieffer <jerome.kieffer@esrf.fr>,
Picca Frédéric-Emmanuel <picca@debian.org>
Section: science
Priority: extra
Build-Depends: cython3,
Build-Depends: cython3 (>=0.29.31),
cython3-dbg,
debhelper,
dh-python,

View File

@ -55,7 +55,7 @@ requires = [
'ninja',
'wheel',
'numpy',
'Cython>=0.25',
'Cython>=0.29.31',
'numpy',
'pyproject-metadata>=0.5.0',
'tomli>=1.0.0'

View File

@ -2,7 +2,7 @@ wheel
meson-python
ninja
numpy
cython
cython >=0.29.31
fabio
scipy
matplotlib