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:
157
157
- export PATH="$HOME/miniconda/bin:$PATH"
158
158
- hash -r
159
159
- 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
161
161
- |
162
162
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
163
163
conda install -y fftw -c conda-forge
Original file line number Diff line number Diff line change 9
9
},
10
10
{
11
11
"cell_type" : " code" ,
12
- "execution_count" : 1 ,
12
+ "execution_count" : null ,
13
13
"metadata" : {},
14
14
"outputs" : [],
15
15
"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 " ,
19
19
" \n " ,
20
20
" #include <xtensor-io/ximage.hpp> // for loading images\n " ,
21
21
" \n " ,
You can’t perform that action at this time.
0 commit comments