We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4831a0 commit f8f4356Copy full SHA for f8f4356
.github/actions/unix_impl/action.yml
@@ -19,7 +19,7 @@ runs:
19
make install;
20
cd ../..;
21
else
22
- micromamba install xtensor-r==0.16.0 -c conda-forge;
+ micromamba install xtensor-r==0.17.0 -c conda-forge;
23
fi
24
shell: bash -e -l {0}
25
tools/vendor
@@ -1,7 +1,7 @@
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
+XTENSOR_VERSION=0.27.0
+XTENSOR_R_VERSION=0.17.0
5
6
# xtl
7
if [ -d "./inst/include/xtl" ]
0 commit comments