File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "editor.formatOnSave" : false
3+ }
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ foreach(ver ${xtensor_python_version_defines})
2525 set (XTENSOR_PYTHON_VERSION_${CMAKE_MATCH_1} "${CMAKE_MATCH_2} " CACHE INTERNAL "" )
2626 endif ()
2727endforeach ()
28- set (${PROJECT_NAME} _VERSION
28+ set (${PROJECT_NAME} _VERSION
2929 ${XTENSOR_PYTHON_VERSION_MAJOR} .${XTENSOR_PYTHON_VERSION_MINOR} .${XTENSOR_PYTHON_VERSION_PATCH} )
3030message (STATUS "xtensor-python v${${PROJECT_NAME} _VERSION}" )
3131
3232# Dependencies
3333# ============
3434
35- set (xtensor_REQUIRED_VERSION 0.25 .0)
35+ set (xtensor_REQUIRED_VERSION 0.26 .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 @@ -204,7 +204,7 @@ from the `docs` subdirectory.
204204
205205| ` xtensor-python ` | ` xtensor ` | ` pybind11 ` |
206206| ------------------| -----------| ------------------|
207- | master | ^0.25 .0 | >=2.6.1,<3 |
207+ | master | ^0.26 .0 | >=2.6.1,<3 |
208208| 0.27.0 | ^0.25.0 | >=2.6.1,<3 |
209209| 0.26.1 | ^0.24.0 | ~ 2.4.3 |
210210| 0.26.0 | ^0.24.0 | ~ 2.4.3 |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
66 - cmake
77 - ninja
88 # Host dependencies
9- - xtensor>=0.25 ,<0.26
9+ - xtensor>=0.26 ,<0.26
1010 - numpy>=2.0
1111 - pybind11>=2.12.0,<3
1212 # Test dependencies
You can’t perform that action at this time.
0 commit comments