Update results for numpy 1.14+. Closes #1026.

This commit is contained in:
Paul Romano 2018-08-09 13:10:49 -05:00
parent b194739e85
commit ee02f02655
13 changed files with 470 additions and 458 deletions

View file

@ -7,10 +7,8 @@ set -ex
# Upgrade pip before doing anything else
pip install --upgrade pip
# Running OpenMC's setup.py requires numpy/cython already. NumPy float
# formatting changed in version 1.14, so stick with a lower version until we can
# handle it in our test suite
pip install 'numpy<1.14'
# Running OpenMC's setup.py requires numpy/cython already
pip install numpy
pip install cython
# pytest installed by default -- make sure we get latest