From 749104bdd51fe3bb22b6d0b8f651ea1665e381d7 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Wed, 14 Feb 2024 11:05:31 +0100 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 e2889fe..5b3b6ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ message(STATUS "xtensor-blas 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/README.md b/README.md index 2536f6e..16632fb 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ http://xtensor-blas.readthedocs.io/ | `xtensor-blas` | `xtensor` | |-----------------|-----------| -| master | ^0.24.0 | +| master | ^0.25.0 | | 0.20.0 | ^0.24.0 | | 0.19.2 | ^0.23.3 | | 0.19.1 | ^0.23.3 | diff --git a/environment-dev.yml b/environment-dev.yml index 8952f29..803bb77 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -3,4 +3,4 @@ channels: - conda-forge dependencies: - cmake -- xtensor=0.24.0 +- xtensor>=0.25.0