Skip to content

Commit 089e3cd

Browse files
authored
Merge pull request #227 from JohanMabille/xtensor_upgrade
Upgraded to xtensor 0.19.3
2 parents e0acf99 + 3324197 commit 089e3cd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
- conda update -q conda
2323
- conda info -a
2424
- conda install gtest cmake -c conda-forge
25-
- conda install xtensor=0.19.1 -c conda-forge
25+
- conda install xtensor=0.19.3 -c conda-forge
2626
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -DBUILD_TESTS=ON .
2727
- nmake test_xframe
2828
- cd test

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ install:
109109
- conda config --set always_yes yes --set changeps1 no
110110
- conda update -q conda
111111
- conda install cmake -c conda-forge
112-
- conda install xtensor=0.19.1 -c conda-forge
112+
- conda install xtensor=0.19.3 -c conda-forge
113113
# Testing
114114
- mkdir build
115115
- cd build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
| xframe | xtensor |
2020
|----------|-----------|
21-
| master | ^0.19.1 |
21+
| master | ^0.19.3 |
2222
| 0.1.0 | ^0.19.1 |
2323
| 0.0.2 | ^0.19.1 |
2424
| 0.0.1 | ^0.19.1 |

0 commit comments

Comments
 (0)