Now require numpy >=1.9 in install_requires per request by @paulromano

This commit is contained in:
wbinventor@gmail.com 2016-02-04 09:13:06 -05:00
parent cd921b74bf
commit 0439b6cc6d
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -69,7 +69,7 @@ class AsymmetricLatticeTestHarness(PyAPITestHarness):
# Assign the tallies file to the input set
self._input_set.tallies = tallies_file
# Build default settings
self._input_set.build_default_settings()
# Specify summary output and correct source sampling box