mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update results for numpy 1.14+. Closes #1026.
This commit is contained in:
parent
b194739e85
commit
ee02f02655
13 changed files with 470 additions and 458 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue