From e5aaf9f3f1618f3f3df742d858b7f9fd94b784eb Mon Sep 17 00:00:00 2001 From: NeuralLink <38289341+kartik4949@users.noreply.github.com> Date: Sun, 6 Dec 2020 22:59:33 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 28e8224..3ec65bb 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ High Performance Tensorflow Data Pipeline with State of Art Augmentations build * Tensorflow 2.2 * Tensorflow addons * Sklearn +* typeguard Install using: @@ -22,6 +23,7 @@ Install using: pip install tensorflow-addons==0.11.2 pip install tensorflow==2.2.0 pip install sklearn +pip install typeguard ``` ## Features