Skip to content

Commit 953d6e7

Browse files
committed
update xtensor-r, xtl, xsimd and xtensor
1 parent 4c4ae03 commit 953d6e7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/actions/unix_impl/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
make install;
2020
cd ../..;
2121
else
22-
micromamba install xtensor-r==0.14.0 -c conda-forge;
22+
micromamba install xtensor-r==0.16.0 -c conda-forge;
2323
fi
2424
shell: bash -e -l {0}
2525

tools/vendor

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
XTL_VERSION=0.7.5
2-
XSIMD_VERSION=10.0.0
3-
XTENSOR_VERSION=0.24.5
4-
XTENSOR_R_VERSION=0.14.2
1+
XTL_VERSION=0.8.1
2+
XSIMD_VERSION=13.2.1
3+
XTENSOR_VERSION=0.26.0
4+
XTENSOR_R_VERSION=0.16.0
55

66
# xtl
77
if [ -d "./inst/include/xtl" ]

0 commit comments

Comments
 (0)