From 9a154f03b7dd1416248984c88b0ee4741a43037c Mon Sep 17 00:00:00 2001 From: Luigi Date: Mon, 1 Jun 2020 21:56:36 +0200 Subject: [PATCH] Add gitignore --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2632094..536a19f 100644 --- a/setup.py +++ b/setup.py @@ -13,5 +13,5 @@ setup( description=metainfo['title'], long_description=metainfo['description'], packages=find_packages(), - install_requires=['numpy', 'math', 'matplotlib', 'pandas', 'seaborn', 'sklearn'], + install_requires=['numpy', 'matplotlib', 'pandas', 'seaborn', 'sklearn'], ) -- GitLab