File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 )
3333if (TARGET xtl)
3434 set (xtl_VERSION ${XTL_VERSION_MAJOR} .${XTL_VERSION_MINOR} .${XTL_VERSION_PATCH} )
3535 # Note: This is not SEMVER compatible comparison
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ channels:
33 - conda-forge
44dependencies :
55 - cmake
6- - xtl=0.6.23
6+ - xtl=0.7.0
77 - xsimd=7.4.9
88 - nlohmann_json
You can’t perform that action at this time.
0 commit comments