File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 |
You can’t perform that action at this time.
0 commit comments