Skip to content

Commit

Permalink
Merge pull request #336 from unnonouno/numpy1.13-doc
Browse files Browse the repository at this point in the history
Fix document about numpy version
  • Loading branch information
okuta committed Jul 28, 2017
2 parents 8d03f85 + 5e68111 commit a2d82db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ CuPy is tested on Ubuntu 14.04 and CentOS 7. We recommend them to use CuPy, thou

Minimum requirements:
- Python 2.7.6+, 3.4.3+, 3.5.1+, 3.6.0+
- NumPy 1.9, 1.10, 1.11, 1.12
- NumPy 1.9, 1.10, 1.11, 1.12, 1.13
- Six 1.9

Requirements for some features:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install.rst
Expand Up @@ -44,7 +44,7 @@ Before installing CuPy, we recommend to upgrade ``setuptools`` if you are using
The following Python packages are required to install CuPy.
The latest version of each package will automatically be installed if missing.

* `NumPy <http://www.numpy.org/>`_ 1.9, 1.10, 1.11, 1.12
* `NumPy <http://www.numpy.org/>`_ 1.9, 1.10, 1.11, 1.12, 1.13
* `Six <https://pythonhosted.org/six/>`_ 1.9+

CUDA support
Expand Down

0 comments on commit a2d82db

Please sign in to comment.