From d2c9e1808270f72827a403c562ef5df12925dbe7 Mon Sep 17 00:00:00 2001 From: "wbinventor@gmail.com" Date: Tue, 5 Jan 2016 09:37:38 -0500 Subject: [PATCH] Added scipy to install_requires in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 907d80e31b..935e8a3658 100644 --- a/setup.py +++ b/setup.py @@ -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': {