From 800c259a640e4b5a87eae30e8ff2c4dbee2232f8 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Tue, 2 Apr 2024 05:43:00 +0200 Subject: [PATCH] Upgraded to xtensor 0.25.0 --- CMakeLists.txt | 2 +- README.md | 2 +- environment-dev.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d52ba97..24fc36a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ message(STATUS "Building xtensor-io v${${PROJECT_NAME}_VERSION}") # Dependencies # ============ -set (xtensor_REQUIRED_VERSION 0.23.0) +set (xtensor_REQUIRED_VERSION 0.25.0) if(TARGET xtensor) set(xtensor_VERSION ${XTENSOR_VERSION_MAJOR}.${XTENSOR_VERSION_MINOR}.${XTENSOR_VERSION_PATCH}) if( NOT ${xtensor_VERSION} VERSION_GREATER_EQUAL ${xtensor_REQUIRED_VERSION}) diff --git a/README.md b/README.md index 3409a6c..5cc4d51 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Reading and writing image, sound and npz file formats to and from xtensor data s mamba install xtensor-io -c conda-forge ``` -- `xtensor-io` depends on `xtensor` `^0.24.0`. +- `xtensor-io` depends on `xtensor` `^0.25.0`. - `OpenImageIO`, `libsndfile`, `zlib`, `HighFive`, and `blosc` are optional dependencies to `xtensor-io` diff --git a/environment-dev.yml b/environment-dev.yml index e7e275d..9a329ef 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -15,6 +15,6 @@ dependencies: - nlohmann_json - google-cloud-cpp=1.21.0 - aws-sdk-cpp - - xtensor=0.24.0 + - xtensor=0.25.0 - cpp-filesystem