Skip to content

Commit

Permalink
Merge pull request #34 from cupy/support-env
Browse files Browse the repository at this point in the history
Reduce support environment
  • Loading branch information
unnonouno committed May 23, 2017
2 parents dfe94a2 + 5c731a6 commit a1e49b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Minimum requirements:

Requirements for some features:
- CUDA support
- CUDA 6.5, 7.0, 7.5, 8.0
- CUDA 7.0, 7.5, 8.0
- filelock
- g++ 4.8.4+
- cuDNN support
- cuDNN v2, v3, v4, v5, v5.1, v6
- cuDNN v4, v5, v5.1, v6
- Testing utilities
- Mock
- Nose
Expand Down
4 changes: 2 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ CuPy depends on these Python packages:

CUDA support

* `CUDA <https://developer.nvidia.com/cuda-zone>`_ 6.5, 7.0, 7.5, 8.0
* `CUDA <https://developer.nvidia.com/cuda-zone>`_ 7.0, 7.5, 8.0
* `filelock <https://filelock.readthedocs.org>`_

cuDNN support

* `cuDNN <https://developer.nvidia.com/cudnn>`_ v2, v3, v4, v5, v5.1, v6
* `cuDNN <https://developer.nvidia.com/cudnn>`_ v4, v5, v5.1, v6

All these libraries are automatically installed with ``pip`` or ``setup.py``.

Expand Down

0 comments on commit a1e49b6

Please sign in to comment.