From c3a8b0df72790b3a5cba002836040074952b6ce6 Mon Sep 17 00:00:00 2001 From: hirosassa Date: Mon, 20 Sep 2021 11:31:17 +0900 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1be30d0..f1812ea 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ Machine learning tasks which are used with data pipeline library "luigi" and its ## Dependencies -You should install `tensorflow = ">=1.13.1,<2.0"` manually if you would like to use some models under `redshells/contrib` directory. +You should add `tensorflow = ">=1.13.1,<2.0"` on your app dependencies if you would like to use some models under `redshells/contrib` directory. `Tensorflow` is not included redshells' dependencies because there are some models not used it.