Added scipy to install_requires in setup.py

This commit is contained in:
wbinventor@gmail.com 2016-01-05 09:37:38 -05:00
parent b516520e6c
commit d2c9e18082

View file

@ -32,7 +32,7 @@ kwargs = {'name': 'openmc',
if have_setuptools:
kwargs.update({
# Required dependencies
'install_requires': ['numpy', 'h5py', 'matplotlib'],
'install_requires': ['numpy', 'h5py', 'matplotlib', 'scipy'],
# Optional dependencies
'extras_require': {