File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install:
22
22
- conda update -q conda
23
23
- conda info -a
24
24
- conda install gtest cmake -c conda-forge
25
- - conda install pytest numpy pybind11==2.4.2 xtensor==0.20.10 -c conda-forge
25
+ - conda install pytest numpy pybind11==2.4.3 xtensor==0.21.1 -c conda-forge
26
26
- " set PYTHONHOME=%MINICONDA%"
27
27
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe .
28
28
- nmake test_xtensor_python
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ before_install:
112
112
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
113
113
export CXX=clang++ CC=clang PYTHONHOME=$HOME/miniconda;
114
114
fi
115
- - PYBIND11_VERSION=${PYBIND11_VERSION:-2.4.2 }
115
+ - PYBIND11_VERSION=${PYBIND11_VERSION:-2.4.3 }
116
116
117
117
install :
118
118
# Define the version of miniconda to download
@@ -155,7 +155,7 @@ install:
155
155
else
156
156
conda install pybind11==${PYBIND11_VERSION} -c conda-forge
157
157
fi
158
- - conda install xtensor==0.20.10 -c conda-forge
158
+ - conda install xtensor==0.21.1 -c conda-forge
159
159
- cmake -D DOWNLOAD_GTEST=ON -D CMAKE_INSTALL_PREFIX=$HOME/miniconda -D PYTHON_EXECUTABLE=$PY_EXE .
160
160
- make -j2 test_xtensor_python
161
161
- make install
You can’t perform that action at this time.
0 commit comments