Skip to content

Commit a966749

Browse files
authored
Merge pull request #177 from JohanMabille/upgrade_xtensor
Upgraded to xtensor 0.25.0
2 parents ce827df + 800c259 commit a966749

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ message(STATUS "Building xtensor-io v${${PROJECT_NAME}_VERSION}")
4242
# Dependencies
4343
# ============
4444

45-
set (xtensor_REQUIRED_VERSION 0.23.0)
45+
set (xtensor_REQUIRED_VERSION 0.25.0)
4646
if(TARGET xtensor)
4747
set(xtensor_VERSION ${XTENSOR_VERSION_MAJOR}.${XTENSOR_VERSION_MINOR}.${XTENSOR_VERSION_PATCH})
4848
if( NOT ${xtensor_VERSION} VERSION_GREATER_EQUAL ${xtensor_REQUIRED_VERSION})

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Reading and writing image, sound and npz file formats to and from xtensor data s
2828
mamba install xtensor-io -c conda-forge
2929
```
3030

31-
- `xtensor-io` depends on `xtensor` `^0.24.0`.
31+
- `xtensor-io` depends on `xtensor` `^0.25.0`.
3232

3333
- `OpenImageIO`, `libsndfile`, `zlib`, `HighFive`, and `blosc` are optional dependencies to `xtensor-io`
3434

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies:
1515
- nlohmann_json
1616
- google-cloud-cpp=1.21.0
1717
- aws-sdk-cpp
18-
- xtensor=0.24.0
18+
- xtensor=0.25.0
1919
- cpp-filesystem
2020

0 commit comments

Comments
 (0)