Skip to content

Commit

Permalink
Change required Cython version to 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 23, 2016
1 parent 6b5f6a9 commit d9d1a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install.rst
Expand Up @@ -164,7 +164,7 @@ Prerequisites
You will need a compiler suite and the development headers for Python and
Numpy in order to build Astropy.

You will also need `Cython <http://cython.org/>`_ (v0.22 or later) and
You will also need `Cython <http://cython.org/>`_ (v0.21 or later) and
`jinja2 <http://jinja.pocoo.org/docs/dev/>`_ (v2.7 or later) installed
to build from source, unless you are installing a numbered release. (The
releases packages have the necessary C files packaged with them, and hence do
Expand Down
2 changes: 1 addition & 1 deletion pip-requirements-dev
@@ -1,6 +1,6 @@
-r pip-requirements
-r pip-requirements-doc
Cython>=0.22
Cython>=0.21
jinja2
pyyaml
scipy
Expand Down

0 comments on commit d9d1a53

Please sign in to comment.