File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ install:
157157 - export PATH="$HOME/miniconda/bin:$PATH"
158158 - hash -r
159159 - conda update -yq conda
160- - conda install -y cmake xtl==0.6.9 xtensor=0.21.2 nlohmann_json=3.7.1 -c conda-forge
160+ - conda install -y cmake xtl=>0.8.0 xtensor=>0.26.0 nlohmann_json=3.7.1 -c conda-forge
161161 - |
162162 if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
163163 conda install -y fftw -c conda-forge
Original file line number Diff line number Diff line change 99 },
1010 {
1111 "cell_type" : " code" ,
12- "execution_count" : 1 ,
12+ "execution_count" : null ,
1313 "metadata" : {},
1414 "outputs" : [],
1515 "source" : [
16- " #include <xtensor/xarray.hpp> // xarrays!\n " ,
17- " #include <xtensor/xview.hpp> // slice the image arrays into color channels\n " ,
18- " #include <xtensor/xbuilder.hpp> // xt::stack\n " ,
16+ " #include <xtensor/containers/ xarray.hpp> // xarrays!\n " ,
17+ " #include <xtensor/views/ xview.hpp> // slice the image arrays into color channels\n " ,
18+ " #include <xtensor/generators/ xbuilder.hpp> // xt::stack\n " ,
1919 " \n " ,
2020 " #include <xtensor-io/ximage.hpp> // for loading images\n " ,
2121 " \n " ,
You can’t perform that action at this time.
0 commit comments