Skip to content

Commit f0fc08f

Browse files
authored
Merge pull request #183 from JohanMabille/upgrade_xtensor
Upgrade to xtensor 0.18.3
2 parents fef5b93 + ea0d67f commit f0fc08f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ os: Visual Studio 2015
44

55
platform:
66
- x64
7-
- x86
87

98
environment:
109
matrix:
@@ -23,8 +22,7 @@ install:
2322
- conda update -q conda
2423
- conda info -a
2524
- conda install gtest cmake -c conda-forge
26-
- conda install pytest numpy pybind11==2.2.1 -c conda-forge
27-
- conda install xtensor==0.18.0 -c QuantStack
25+
- conda install pytest numpy pybind11==2.2.1 xtensor==0.18.3 -c conda-forge
2826
- "set PYTHONHOME=%MINICONDA%"
2927
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe .
3028
- nmake test_xtensor_python

.travis.yml

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

test/test_common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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

0 commit comments

Comments
 (0)