8000 Upgraded to xtensor 0.25.0 · xtensor-stack/xtensor-python@6cc16df · GitHub
[go: up one dir, main page]

Skip to content

Commit 6cc16df

Browse files
committed
Upgraded to xtensor 0.25.0
1 parent 9ddffd2 commit 6cc16df

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