Skip to content

Commit

Permalink
Merge pull request #76 from JohanMabille/xtensor_017
Browse files Browse the repository at this point in the history
Upgrade to xtensor 0.17.0
  • Loading branch information
JohanMabille committed Aug 1, 2018
2 parents d40eefc + da98781 commit d62f2c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda install xtensor=0.16.0 -c conda-forge
- conda install xtensor=0.17.0 -c quantstack
- conda install gtest cmake -c conda-forge
- conda install m2w64-openblas -c msys2
# Patch OpenBLASConfig.cmake
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ install:
- conda info -a
- conda install gtest cmake -c conda-forge
# Install xtensor and BLAS
- conda install xtensor=0.16.0 -c conda-forge
- conda install xtensor=0.17.0 -c quantstack
- if [[ "$BLAS" == "OpenBLAS" ]]; then
conda install openblas -c conda-forge;
elif [[ "$BLAS" == "mkl" ]]; then
Expand Down

0 comments on commit d62f2c0

Please sign in to comment.