From ca0edd1d3130d8b2e03fee9063604297b49c7d18 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Tue, 17 Dec 2019 09:43:29 +0100 Subject: [PATCH] Upgraded to xtensor 0.21.2 --- .appveyor.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7563438..fba87eb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,7 +22,7 @@ install: - conda update -q conda - conda info -a - conda install gtest cmake -c conda-forge - - conda install pytest numpy pybind11==2.4.3 xtensor==0.21.1 -c conda-forge + - conda install pytest numpy pybind11==2.4.3 xtensor==0.21.2 -c conda-forge - "set PYTHONHOME=%MINICONDA%" - cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe . - nmake test_xtensor_python diff --git a/.travis.yml b/.travis.yml index de591b7..123c24a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -156,7 +156,7 @@ install: else conda install pybind11==${PYBIND11_VERSION} -c conda-forge fi - - conda install xtensor==0.21.1 -c conda-forge + - conda install xtensor==0.21.2 -c conda-forge - cmake -D DOWNLOAD_GTEST=ON -D CMAKE_INSTALL_PREFIX=$HOME/miniconda -D PYTHON_EXECUTABLE=$PY_EXE . - make -j2 test_xtensor_python - make install