Skip to content

Commit a9e0f0c

Browse files
authored
Merge pull request #2284 from JohanMabille/upgrade
Upgraded to xtl 0.7.0
2 parents 7c0901c + d9e4a82 commit a9e0f0c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
conda install cmake==3.14.0 ^
3838
ninja ^
3939
nlohmann_json ^
40-
xtl==0.6.23 ^
40+
xtl==0.7.0 ^
4141
xsimd==7.4.8 ^
4242
python=3.6
4343
conda list

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ message(STATUS "Building xtensor v${${PROJECT_NAME}_VERSION}")
2929
# Dependencies
3030
# ============
3131

32-
set(xtl_REQUIRED_VERSION 0.6.23)
32+
set(xtl_REQUIRED_VERSION 0.7.0)
3333
if(TARGET xtl)
3434
set(xtl_VERSION ${XTL_VERSION_MAJOR}.${XTL_VERSION_MINOR}.${XTL_VERSION_PATCH})
3535
# Note: This is not SEMVER compatible comparison

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ library:
9292

9393
| `xtensor` | `xtl` |`xsimd` (optional) |
9494
|-----------|---------|-------------------|
95-
| master | ^0.6.23 | ^7.4.8 |
95+
| master | ^0.7.0 | ^7.4.8 |
9696
| 0.22.0 | ^0.6.23 | ^7.4.8 |
9797
| 0.21.10 | ^0.6.21 | ^7.4.8 |
9898
| 0.21.9 | ^0.6.21 | ^7.4.8 |

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ channels:
33
- conda-forge
44
dependencies:
55
- cmake
6-
- xtl=0.6.23
6+
- xtl=0.7.0
77
- xsimd=7.4.9
88
- nlohmann_json

0 commit comments

Comments
 (0)