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 @@ -24,7 +24,7 @@ install:
2424 - conda info -a
2525 - conda install gtest cmake -c conda-forge
2626 - conda install pytest numpy pybind11==2.2.1 -c conda-forge
27- - conda install xtensor==0.18.0 -c QuantStack
27+ - conda install xtensor==0.18.3 -c QuantStack
2828 - " set PYTHONHOME=%MINICONDA%"
2929 - cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe .
3030 - nmake test_xtensor_python
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ install:
147147 else
148148 conda install pybind11==${PYBIND11_VERSION} -c conda-forge
149149 fi
150- - conda install xtensor==0.18.0 -c QuantStack
150+ - conda install xtensor==0.18.3 -c QuantStack
151151 - cmake -D BUILD_TESTS=ON -D CMAKE_INSTALL_PREFIX=$HOME/miniconda -D PYTHON_EXECUTABLE=$PY_EXE .
152152 - make -j2 test_xtensor_python
153153 - make install
Original file line number Diff line number Diff line change 1010#define TEST_COMMON_HPP
1111
1212#include " xtensor/xlayout.hpp"
13- #include " xtensor/xstrided_view .hpp"
13+ #include " xtensor/xmanipulation .hpp"
1414
1515#include " xtl/xsequence.hpp"
1616
You can’t perform that action at this time.
0 commit comments