From 6cc16df1f3f730b15afbd5c82873c53e7e54327d Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Mon, 29 Jan 2024 23:00:16 +0100 Subject: [PATCH] Upgraded to xtensor 0.25.0 --- CMakeLists.txt | 2 +- environment-dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 312ccd8..2807404 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/environment-dev.yml b/environment-dev.yml index 9eca6e7..122bf4d 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -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