File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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 cmake -c conda-forge
25- - conda install pytest numpy pybind11==2.4.3 xtensor==0.23.10 -c conda-forge
25+ - conda install pytest numpy pybind11==2.4.3 xtensor==0.24.0 -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 -DDOWNLOAD_GTEST=ON .
2828 - nmake test_xtensor_python
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ message(STATUS "xtensor-python v${${PROJECT_NAME}_VERSION}")
3232# Dependencies
3333# ============
3434
35- set (xtensor_REQUIRED_VERSION 0.21.2 )
35+ set (xtensor_REQUIRED_VERSION 0.24.0 )
3636if (TARGET xtensor)
3737 set (xtensor_VERSION ${XTENSOR_VERSION_MAJOR} .${XTENSOR_VERSION_MINOR} .${XTENSOR_VERSION_PATCH} )
3838 # Note: This is not SEMVER compatible comparison
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies:
55 # Build dependencies
66 - cmake
77 # Host dependencies
8- - xtensor=0.23.10
8+ - xtensor=0.24.0
99 - numpy
1010 - pybind11=2.4.3
1111 # Test dependencies
You can’t perform that action at this time.
0 commit comments