From 232d1229deb5116a0f4f8548629dde4656a47ac5 Mon Sep 17 00:00:00 2001 From: corochann Date: Sat, 14 Jul 2018 11:59:15 +0900 Subject: [PATCH 1/2] Fix library version support --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb48e32b..e855ccad 100644 --- a/README.md +++ b/README.md @@ -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 *1 | +| ------------------: | --------------: | -------------: | +| 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 From ff409a6a2dec5ec3adf4521b9978dbf091409fb7 Mon Sep 17 00:00:00 2001 From: corochann Date: Sat, 14 Jul 2018 12:13:33 +0900 Subject: [PATCH 2/2] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e855ccad..0465af4b 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ and it is not supported. Chainer Chemistry is tested under following version of other library. -| Chainer Chemistry | Chainer | RdKit *1 | +| 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 |