Skip to content

Commit eb44cd8

Browse files
committed
UPgraded to xtensor 0.24.0
1 parent d404797 commit eb44cd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install:
2323
- conda config --set always_yes yes --set changeps1 no
2424
- conda update -q conda -c conda-forge
2525
# Host dependencies
26-
- conda install xtensor=0.23.0 r-rcpp r-rinside r-devtools -c conda-forge
26+
- conda install xtensor=0.24.0 r-rcpp r-rinside r-devtools -c conda-forge
2727
# Build dependencies
2828
- conda install m2w64-gcc m2w64-make m2w64-toolchain m2-libbz2 posix -c conda-forge
2929
# Full build on x64 with msys64

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set(XTENSOR_R_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
1616
# Versionning
1717
# ===========
1818

19-
set(XTENSOR_REQUIRED_VERSION 0.22.0)
19+
set(XTENSOR_REQUIRED_VERSION 0.24.0)
2020
set(XTL_REQUIRED_VERSION 0.7.0)
2121

2222
set(XTENSOR_R_CONFIG_FILE

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- cmake
6-
- xtensor=0.23.0
6+
- xtensor=0.24.0
77
- r-base
88
- r-rcpp
99
# test dependencies

0 commit comments

Comments
 (0)