Skip to content

Commit 800c259

Browse files
committed
Upgraded to xtensor 0.25.0
1 parent ce827df commit 800c259

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
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

+1-1
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

+1-1
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)