Skip to content

Commit

Permalink
Upgraded to xtensor 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Apr 2, 2024
1 parent ce827df commit 800c259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 800c259

Please sign in to comment.