File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ message(STATUS "xtensor-blas v${${PROJECT_NAME}_VERSION}")
44
44
# Dependencies
45
45
# ============
46
46
47
- set (xtensor_REQUIRED_VERSION 0.24 .0)
47
+ set (xtensor_REQUIRED_VERSION 0.25 .0)
48
48
if (TARGET xtensor)
49
49
set (xtensor_VERSION ${XTENSOR_VERSION_MAJOR} .${XTENSOR_VERSION_MINOR} .${XTENSOR_VERSION_PATCH} )
50
50
# Note: This is not SEMVER compatible comparison
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ http://xtensor-blas.readthedocs.io/
64
64
65
65
| ` xtensor-blas ` | ` xtensor ` |
66
66
| -----------------| -----------|
67
- | master | ^0.24 .0 |
67
+ | master | ^0.25 .0 |
68
68
| 0.20.0 | ^0.24.0 |
69
69
| 0.19.2 | ^0.23.3 |
70
70
| 0.19.1 | ^0.23.3 |
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ channels:
3
3
- conda-forge
4
4
dependencies :
5
5
- cmake
6
- - xtensor=0.24 .0
6
+ - xtensor> =0.25 .0
You can’t perform that action at this time.
0 commit comments