From f99d11251bde8e7aeb6d2ab50d6538678fa361d9 Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Sun, 8 Dec 2019 20:13:29 +0100 Subject: [PATCH] fixed requires --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d4632c0..69b7b9e 100644 --- a/setup.py +++ b/setup.py @@ -22,9 +22,7 @@ setup( 'tqdm', 'ujson', 'pydantic', - 'gin-config', - 'absl-py', - 'pydantic', + 'matplotlib', ], test_suite='tests',