Skip to content

Commit d4dd6ce

Browse files
authored
Merge pull request #304 from JohanMabille/upgrade_xtensor
Upgraded to xtensor 0.25.0
2 parents 9ddffd2 + 6cc16df commit d4dd6ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ message(STATUS "xtensor-python v${${PROJECT_NAME}_VERSION}")
3232
# Dependencies
3333
# ============
3434

35-
set(xtensor_REQUIRED_VERSION 0.24.0)
35+
set(xtensor_REQUIRED_VERSION 0.25.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

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.24,<0.25
9+
- xtensor>=0.25,<0.26
1010
- numpy
1111
- pybind11>=2.6.1,<3
1212
# Test dependencies

0 commit comments

Comments
 (0)