Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix library version support #232

Merged
merged 2 commits into from
Jul 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,25 @@ See the [official document](http://www.rdkit.org/docs/Install.html)
for installation.
If you have setup `anaconda`, you may install `rdkit` by following command.

```conda install -c rdkit rdkit```
```conda install -c rdkit rdkit==2017.09.3.0```

Note that we support specified version of RdKit.
Latest version RdKit behavior may be different from supported version,
and it is not supported.

### Version table

Chainer Chemistry is tested under following version of other library.

| Chainer Chemistry | Chainer | RdKit |
| ------------------: | --------------: | -------------: |
| v0.1.0 ~ v0.3.0 | v2.0 ~ v3.0 | 2017.09.3.0 |
| master branch | v3.0 ~ v4.0 *1 | 2017.09.3.0 |

[Footnote]

*1: We used `FunctionNode` in [this PR](https://github.com/pfnet-research/chainer-chemistry/pull/190),
which is introduced after chainer v3. See [this issue](https://github.com/pfnet-research/chainer-chemistry/issues/192) for details.

## Supported model

Expand Down