Skip to content

Commit f8f4356

Browse files
committed
update xtensor-r and xtensor
1 parent a4831a0 commit f8f4356

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.16.0 -c conda-forge;
22+
micromamba install xtensor-r==0.17.0 -c conda-forge;
2323
fi
2424
shell: bash -e -l {0}
2525

tools/vendor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
XTL_VERSION=0.8.1
22
XSIMD_VERSION=13.2.1
3-
XTENSOR_VERSION=0.26.0
4-
XTENSOR_R_VERSION=0.16.0
3+
XTENSOR_VERSION=0.27.0
4+
XTENSOR_R_VERSION=0.17.0
55

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

0 commit comments

Comments
 (0)