From 5cf4124035e363ad41ff9539acd691f107a13066 Mon Sep 17 00:00:00 2001 From: Kliment Yanev Date: Mon, 18 Sep 2017 10:23:08 +0200 Subject: Remove references to scipy from travis config and setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c8c2a9c..1df0868 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ METADATA = { } SETUPTOOLS_METADATA = { - 'install_requires': ['cairocffi==0.6', 'scipy'], + 'install_requires': ['cairocffi==0.6'], } -- cgit