File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install:
2222 - conda update -q conda
2323 - conda info -a
2424 - conda install gtest cmake -c conda-forge
25- - conda install pytest numpy pybind11==2.4.3 xtensor==0.21.1 -c conda-forge
25+ - conda install pytest numpy pybind11==2.4.3 xtensor==0.21.2 -c conda-forge
2626 - " set PYTHONHOME=%MINICONDA%"
2727 - cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe .
2828 - nmake test_xtensor_python
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ install:
156156 else
157157 conda install pybind11==${PYBIND11_VERSION} -c conda-forge
158158 fi
159- - conda install xtensor==0.21.1 -c conda-forge
159+ - conda install xtensor==0.21.2 -c conda-forge
160160 - cmake -D DOWNLOAD_GTEST=ON -D CMAKE_INSTALL_PREFIX=$HOME/miniconda -D PYTHON_EXECUTABLE=$PY_EXE .
161161 - make -j2 test_xtensor_python
162162 - make install
You can’t perform that action at this time.
0 commit comments