From 6234ef5693fd2bca98eff2546f54d4225b931054 Mon Sep 17 00:00:00 2001 From: Sam Shaner Date: Tue, 18 Oct 2016 08:03:26 -0400 Subject: [PATCH] updated setup.py to version in develop --- 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)