From ea551e3312838f73eca5eb3d1cc7b689e37dc279 Mon Sep 17 00:00:00 2001 From: Kalin Kiesling Date: Thu, 17 Mar 2022 16:05:47 -0500 Subject: [PATCH] update versions of xtl and xtensor in vectfit ci build script to be consistent with vendored versions --- tools/ci/gha-install-vectfit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci/gha-install-vectfit.sh b/tools/ci/gha-install-vectfit.sh index 343942e03..5884c6fac 100755 --- a/tools/ci/gha-install-vectfit.sh +++ b/tools/ci/gha-install-vectfit.sh @@ -4,10 +4,10 @@ set -ex PYBIND_BRANCH='master' PYBIND_REPO='https://github.com/pybind/pybind11' -XTL_BRANCH='0.6.9' +XTL_BRANCH='0.6.13' XTL_REPO='https://github.com/xtensor-stack/xtl' -XTENSOR_BRANCH='0.21.2' +XTENSOR_BRANCH='0.21.3' XTENSOR_REPO='https://github.com/xtensor-stack/xtensor' XTENSOR_PYTHON_BRANCH='0.24.1'