Skip to content

Commit

Permalink
Merge pull request #241 from JohanMabille/upgrade_xtensor
Browse files Browse the repository at this point in the history
Upgraded to xtensor 0.25.0
  • Loading branch information
JohanMabille authored Feb 14, 2024
2 parents 3085da9 + 749104b commit a670216
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ message(STATUS "xtensor-blas v${${PROJECT_NAME}_VERSION}")
# Dependencies
# ============

set(xtensor_REQUIRED_VERSION 0.24.0)
set(xtensor_REQUIRED_VERSION 0.25.0)
if(TARGET xtensor)
set(xtensor_VERSION ${XTENSOR_VERSION_MAJOR}.${XTENSOR_VERSION_MINOR}.${XTENSOR_VERSION_PATCH})
# Note: This is not SEMVER compatible comparison
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ http://xtensor-blas.readthedocs.io/

| `xtensor-blas` | `xtensor` |
|-----------------|-----------|
| master | ^0.24.0 |
| master | ^0.25.0 |
| 0.20.0 | ^0.24.0 |
| 0.19.2 | ^0.23.3 |
| 0.19.1 | ^0.23.3 |
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- conda-forge
dependencies:
- cmake
- xtensor=0.24.0
- xtensor>=0.25.0

0 comments on commit a670216

Please sign in to comment.