Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita966749

Browse files
authored
Merge pull request#177 from JohanMabille/upgrade_xtensor
Upgraded to xtensor 0.25.0
2 parentsce827df +800c259 commita966749

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎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)

[8]ページ先頭

©2009-2025 Movatter.jp