From 9453b88a889ca1c207017634f0f3ba6b9116a0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCller?= Date: Wed, 9 Nov 2016 13:19:28 +0100 Subject: [PATCH] Removed unnecessary numpy headers. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1026df1..aef1881 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def check_header_version(include_path): return print('Gromacs version could not be checked.') -include_dirs = [numpy.get_include()] +include_dirs = [] library_dirs = [] if 'gromacs' in os.environ.get('LD_LIBRARY_PATH', ''):