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

Commit6cc16df

Browse files
committed
Upgraded to xtensor 0.25.0
1 parent9ddffd2 commit6cc16df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ message(STATUS "xtensor-python v${${PROJECT_NAME}_VERSION}")
3232
# Dependencies
3333
# ============
3434

35-
set(xtensor_REQUIRED_VERSION 0.24.0)
35+
set(xtensor_REQUIRED_VERSION 0.25.0)
3636
if(TARGET xtensor)
3737
set(xtensor_VERSION${XTENSOR_VERSION_MAJOR}.${XTENSOR_VERSION_MINOR}.${XTENSOR_VERSION_PATCH})
3838
# Note: This is not SEMVER compatible comparison

‎environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
-cmake
77
-ninja
88
# Host dependencies
9-
-xtensor>=0.24,<0.25
9+
-xtensor>=0.25,<0.26
1010
-numpy
1111
-pybind11>=2.6.1,<3
1212
# Test dependencies

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp