Skip to content

Commit db080a4

Browse files
authored
Merge pull request #134 from JohanMabille/upgrade_xtensor
Upgraded to xtensor 0.22.0
2 parents 9820cc4 + 7e0e440 commit db080a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
conda install xtensor-io -c conda-forge
2929
```
3030

31-
- `xtensor-io` depends on `xtensor` `^0.21.2`.
31+
- `xtensor-io` depends on `xtensor` `^0.22.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
@@ -14,6 +14,6 @@ dependencies:
1414
- nlohmann_json
1515
- google-cloud-cpp=1.21.0
1616
- aws-sdk-cpp
17-
- xtensor=0.21.10
17+
- xtensor=0.22.0
1818
- cpp-filesystem
1919

0 commit comments

Comments
 (0)