Skip to content

Commit d436986

Browse files
committed
[dev] update notebooks(w/o xtensor-io); update travis
1 parent 413fab5 commit d436986

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

notebooks/intensely_edgy_cat.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
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",

0 commit comments

Comments
 (0)