We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6581e3 commit e5b089aCopy full SHA for e5b089a
CMakeLists.txt
@@ -40,7 +40,7 @@ message(STATUS "Building xtensor v${${PROJECT_NAME}_VERSION}")
40
# Dependencies
41
# ============
42
43
-set(xtl_REQUIRED_VERSION 0.8.0)
+set(xtl_REQUIRED_VERSION 0.8.2)
44
if(TARGET xtl)
45
set(xtl_VERSION ${XTL_VERSION_MAJOR}.${XTL_VERSION_MINOR}.${XTL_VERSION_PATCH})
46
# Note: This is not SEMVER compatible comparison
environment-dev.yml
@@ -3,7 +3,7 @@ channels:
3
- conda-forge
4
dependencies:
5
- cmake
6
-- xtl=0.8.0
+- xtl=0.8.2
7
- xsimd=13.2.0
8
- nlohmann_json
9
- doctest
0 commit comments