From 22368e24d8946a691a3289b5155b8cb9e31a39d3 Mon Sep 17 00:00:00 2001 From: Sam Shaner Date: Sun, 16 Oct 2016 22:18:22 -0400 Subject: [PATCH] updated setup.py to current version in develop branch --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index 9dceb1cbf7..da98506d3b 100755 --- a/setup.py +++ b/setup.py @@ -61,9 +61,5 @@ if have_cython: 'ext_modules': cythonize('openmc/data/reconstruct.pyx'), 'include_dirs': [np.get_include()] }) - import numpy as np - kwargs.update({ - 'include_dirs': [np.get_include()] - }) setup(**kwargs)