Skip to content

Commit

Permalink
Merge pull request #177 from JohanMabille/upgrade_xtensor
Browse files Browse the repository at this point in the history
Upgraded to xtensor 0.25.0
  • Loading branch information
JohanMabille committed Apr 2, 2024
2 parents ce827df + 800c259 commit a966749
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
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
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
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 a966749

Please sign in to comment.