Skip to content

Commit 40c489b

Browse files
author
Daniel Jacobs
committed
update xtensor version
1 parent 43a7c4c commit 40c489b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff 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()
2727
endforeach()
28-
set(${PROJECT_NAME}_VERSION
28+
set(${PROJECT_NAME}_VERSION
2929
${XTENSOR_PYTHON_VERSION_MAJOR}.${XTENSOR_PYTHON_VERSION_MINOR}.${XTENSOR_PYTHON_VERSION_PATCH})
3030
message(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)
3636
if(TARGET xtensor)
3737
set(xtensor_VERSION ${XTENSOR_VERSION_MAJOR}.${XTENSOR_VERSION_MINOR}.${XTENSOR_VERSION_PATCH})
3838
# Note: This is not SEMVER compatible comparison

README.md

+1-1
Original file line numberDiff line numberDiff 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 |

environment-dev.yml

+1-1
Original file line numberDiff line numberDiff 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.27
1010
- numpy>=2.0
1111
- pybind11>=2.12.0,<3
1212
# Test dependencies

0 commit comments

Comments
 (0)