Skip to content

Commit e5b089a

Browse files
committed
fix xtl version
1 parent c6581e3 commit e5b089a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

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

43-
set(xtl_REQUIRED_VERSION 0.8.0)
43+
set(xtl_REQUIRED_VERSION 0.8.2)
4444
if(TARGET xtl)
4545
set(xtl_VERSION ${XTL_VERSION_MAJOR}.${XTL_VERSION_MINOR}.${XTL_VERSION_PATCH})
4646
# Note: This is not SEMVER compatible comparison

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- cmake
6-
- xtl=0.8.0
6+
- xtl=0.8.2
77
- xsimd=13.2.0
88
- nlohmann_json
99
- doctest

0 commit comments

Comments
 (0)