Skip to content

Commit 749104b

Browse files
committed
Upgraded to xtensor 0.25.0
1 parent 3085da9 commit 749104b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ message(STATUS "xtensor-blas v${${PROJECT_NAME}_VERSION}")
4444
# Dependencies
4545
# ============
4646

47-
set(xtensor_REQUIRED_VERSION 0.24.0)
47+
set(xtensor_REQUIRED_VERSION 0.25.0)
4848
if(TARGET xtensor)
4949
set(xtensor_VERSION ${XTENSOR_VERSION_MAJOR}.${XTENSOR_VERSION_MINOR}.${XTENSOR_VERSION_PATCH})
5050
# Note: This is not SEMVER compatible comparison

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ http://xtensor-blas.readthedocs.io/
6464

6565
| `xtensor-blas` | `xtensor` |
6666
|-----------------|-----------|
67-
| master | ^0.24.0 |
67+
| master | ^0.25.0 |
6868
| 0.20.0 | ^0.24.0 |
6969
| 0.19.2 | ^0.23.3 |
7070
| 0.19.1 | ^0.23.3 |

environment-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ channels:
33
- conda-forge
44
dependencies:
55
- cmake
6-
- xtensor=0.24.0
6+
- xtensor>=0.25.0

0 commit comments

Comments
 (0)