Removed unnecessary numpy headers.
This commit is contained in:
2
setup.py
2
setup.py
@ -14,7 +14,7 @@ def check_header_version(include_path):
|
|||||||
return
|
return
|
||||||
print('Gromacs version could not be checked.')
|
print('Gromacs version could not be checked.')
|
||||||
|
|
||||||
include_dirs = [numpy.get_include()]
|
include_dirs = []
|
||||||
library_dirs = []
|
library_dirs = []
|
||||||
|
|
||||||
if 'gromacs' in os.environ.get('LD_LIBRARY_PATH', ''):
|
if 'gromacs' in os.environ.get('LD_LIBRARY_PATH', ''):
|
||||||
|
Reference in New Issue
Block a user