mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
updated setup.py to current version in develop branch
This commit is contained in:
parent
9ac8a21351
commit
22368e24d8
1 changed files with 0 additions and 4 deletions
4
setup.py
4
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue