Skip to content

Commit c06aa32

Browse files
committed
Upgraded to xtensor 0.21.4
1 parent 40e454d commit c06aa32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.appveyor.yml

+1-1
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.20.5 -c conda-forge
25+
- conda install xtensor=0.21.4 -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ install:
101101
- conda install setuptools
102102
- conda update -q conda
103103
- conda install cmake -c conda-forge
104-
- conda install xtensor=0.20.5 -c conda-forge
104+
- conda install xtensor=0.21.4 -c conda-forge
105105
# Testing
106106
- mkdir build
107107
- cd build

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
| xframe | xtensor |
2020
|----------|-----------|
21-
| master | ^0.20.0 |
21+
| master | ^0.21.4 |
2222
| 0.2.0 | ^0.20.0 |
2323
| 0.1.0 | ^0.19.1 |
2424
| 0.0.2 | ^0.19.1 |

0 commit comments

Comments
 (0)