mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
updated setup.py to version in develop
This commit is contained in:
parent
999250cf81
commit
6234ef5693
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