Skip to content
Snippets Groups Projects
Commit 168b0a73 authored by Christoph Groth's avatar Christoph Groth
Browse files

bump required cython version

parent a8267aef
No related branches found
Tags v0.1.0
No related merge requests found
......@@ -271,7 +271,7 @@ The following software is highly recommended though not strictly required:
In addition, to build a copy of Kwant that has been checked-out directly from
`its Git repository <http://git.kwant-project.org/kwant>`_, you will also need
`Cython <http://cython.org/>`_ 0.17.1 or newer. You do not need Cython to build
`Cython <http://cython.org/>`_ 0.22 or newer. You do not need Cython to build
Kwant that has been unpacked from a source .tar.gz-file.
......
......@@ -29,7 +29,7 @@ CONFIG_FILE = 'build.conf'
README_FILE = 'README.rst'
README_END_BEFORE = 'See also in this directory:'
STATIC_VERSION_FILE = 'kwant/_static_version.py'
REQUIRED_CYTHON_VERSION = (0, 17, 1)
REQUIRED_CYTHON_VERSION = (0, 22)
NO_CYTHON_OPTION = '--no-cython'
TUT_DIR = 'tutorial'
TUT_GLOB = 'doc/source/tutorial/*.py'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment