From 7e9917581f99ab2eb56d554ed4df24cc763c9e2f Mon Sep 17 00:00:00 2001 From: AntoinePrv Date: Sat, 31 Dec 2022 12:26:20 +0100 Subject: [PATCH] Pin down xsimd --- dev/conda.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/conda.yaml b/dev/conda.yaml index ea5d694f..29d223d6 100644 --- a/dev/conda.yaml +++ b/dev/conda.yaml @@ -9,7 +9,9 @@ dependencies: # C++ build time dependencies - xtensor - cxx-compiler - - xsimd + # Waiting for an xsimd=10 compatible release of xtensor + # https://github.com/xtensor-stack/xsimd/issues/810 + - xsimd=8.* - fmt # C++ runtime dependencies - scip=8