File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install:
22
22
- conda update -q conda
23
23
- conda info -a
24
24
- 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
26
26
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -DBUILD_TESTS=ON .
27
27
- nmake test_xframe
28
28
- cd test
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ install:
101
101
- conda install setuptools
102
102
- conda update -q conda
103
103
- 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
105
105
# Testing
106
106
- mkdir build
107
107
- cd build
Original file line number Diff line number Diff line change 18
18
19
19
| xframe | xtensor |
20
20
| ----------| -----------|
21
- | master | ^0.20.0 |
21
+ | master | ^0.21.4 |
22
22
| 0.2.0 | ^0.20.0 |
23
23
| 0.1.0 | ^0.19.1 |
24
24
| 0.0.2 | ^0.19.1 |
You can’t perform that action at this time.
0 commit comments