File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ foreach(ver ${xtensor_python_version_defines})
25
25
set (XTENSOR_PYTHON_VERSION_${CMAKE_MATCH_1} "${CMAKE_MATCH_2} " CACHE INTERNAL "" )
26
26
endif ()
27
27
endforeach ()
28
- set (${PROJECT_NAME} _VERSION
28
+ set (${PROJECT_NAME} _VERSION
29
29
${XTENSOR_PYTHON_VERSION_MAJOR} .${XTENSOR_PYTHON_VERSION_MINOR} .${XTENSOR_PYTHON_VERSION_PATCH} )
30
30
message (STATUS "xtensor-python v${${PROJECT_NAME} _VERSION}" )
31
31
32
32
# Dependencies
33
33
# ============
34
34
35
- set (xtensor_REQUIRED_VERSION 0.25 .0)
35
+ set (xtensor_REQUIRED_VERSION 0.26 .0)
36
36
if (TARGET xtensor)
37
37
set (xtensor_VERSION ${XTENSOR_VERSION_MAJOR} .${XTENSOR_VERSION_MINOR} .${XTENSOR_VERSION_PATCH} )
38
38
# 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.
204
204
205
205
| ` xtensor-python ` | ` xtensor ` | ` pybind11 ` |
206
206
| ------------------| -----------| ------------------|
207
- | master | ^0.25 .0 | >=2.6.1,<3 |
207
+ | master | ^0.26 .0 | >=2.6.1,<3 |
208
208
| 0.27.0 | ^0.25.0 | >=2.6.1,<3 |
209
209
| 0.26.1 | ^0.24.0 | ~ 2.4.3 |
210
210
| 0.26.0 | ^0.24.0 | ~ 2.4.3 |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
6
6
- cmake
7
7
- ninja
8
8
# Host dependencies
9
- - xtensor>=0.25 ,<0.26
9
+ - xtensor>=0.26 ,<0.27
10
10
- numpy>=2.0
11
11
- pybind11>=2.12.0,<3
12
12
# Test dependencies
You can’t perform that action at this time.
0 commit comments