Skip to content

Commit

Permalink
Update some docs and changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Max H. Gerlach <git@maxgerlach.de>
  • Loading branch information
maxhgerlach committed Nov 5, 2021
1 parent 346952e commit 9564837
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Changed

- Moved to CMake version 3.18 and re-enabled parallelized builds.

### Deprecated

### Removed
Expand Down
2 changes: 1 addition & 1 deletion docs/conda.rst
Expand Up @@ -89,7 +89,7 @@ on `GitHub`_. ::

dependencies:
- bokeh=1.4
- cmake=3.16 # insures that Gloo library extensions will be built
- cmake=3.18 # insures that Gloo library extensions will be built
- cudnn=7.6
- cupti=10.1
- cxx-compiler=1.0 # insures C and C++ compilers are available
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Expand Up @@ -8,7 +8,7 @@ Requirements

- Python >= 3.6
- `g++-5` or above, or another compiler supporting C++14
- CMake
- CMake 3.18 or newer
- TensorFlow, PyTorch, or MXNet
- (Optional) MPI

Expand Down

0 comments on commit 9564837

Please sign in to comment.