File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Build Requirements
2121 - (optional) libcheck (check _) to run the C tests.
2222 - (optional) python (python _) for the python bindings.
2323 - (optional) mako (mako _) for development or running the python bindings.
24- - (optional) Cython >= 0.21 (cython _) for the python bindings.
24+ - (optional) Cython >= 0.25 (cython _) for the python bindings.
2525 - (optional) nosetests (nosetests _) to run the python tests.
2626
2727Run Requirements
Original file line number Diff line number Diff line change 1111
1212try :
1313 import Cython
14- if Cython .__version__ < '0.21 ' :
14+ if Cython .__version__ < '0.25 ' :
1515 raise Exception ('cython is too old or not installed '
16- '(at least 0.21 required)' )
16+ '(at least 0.25 required)' )
1717 from Cython .Build import cythonize
1818 have_cython = True
1919except Exception :
You can’t perform that action at this time.
0 commit comments