From b4dc6f0c2188cba75a9e06b0cbe55e8162e4efbf Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 6 Jan 2017 11:15:45 +0800 Subject: [PATCH] Drop pyfmmlib dep --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 6fc3a766..fa19cfff 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,6 @@ setup(name="sumpy", "pytools>=2013.5.6", "boxtree>=2013.1", "pytest>=2.3", - "pyfmmlib>=2016.1", "six", # If this causes issues, see: -- GitLab