Skip to content

Commit

Permalink
Merge pull request #304 from JohanMabille/upgrade_xtensor
Browse files Browse the repository at this point in the history
Upgraded to xtensor 0.25.0
  • Loading branch information
JohanMabille authored Jan 29, 2024
2 parents 9ddffd2 + 6cc16df commit d4dd6ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ message(STATUS "xtensor-python v${${PROJECT_NAME}_VERSION}")
# Dependencies
# ============

set(xtensor_REQUIRED_VERSION 0.24.0)
set(xtensor_REQUIRED_VERSION 0.25.0)
if(TARGET xtensor)
set(xtensor_VERSION ${XTENSOR_VERSION_MAJOR}.${XTENSOR_VERSION_MINOR}.${XTENSOR_VERSION_PATCH})
# Note: This is not SEMVER compatible comparison
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- cmake
- ninja
# Host dependencies
- xtensor>=0.24,<0.25
- xtensor>=0.25,<0.26
- numpy
- pybind11>=2.6.1,<3
# Test dependencies
Expand Down

0 comments on commit d4dd6ce

Please sign in to comment.