From b069056b15c267fccd50b5a022f4ef5d346ac24d Mon Sep 17 00:00:00 2001 From: Miles Chesney Date: Mon, 29 Jun 2020 19:14:47 +0100 Subject: [PATCH] remove secondary dependencies from install_requires --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 89643432..5b13a06a 100644 --- a/setup.py +++ b/setup.py @@ -67,9 +67,6 @@ 'openpyxl >= 3.0.3', 'numpy >= 1.14.2', 'numpy-financial>=1.0.0', - 'Cython >= 0.29.15', - 'lxml >= 4.5.0', - 'scipy>=1.0.0', - 'python-dateutil>=2.8.0' + 'scipy>=1.0.0' ] )