File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ cmake -D JlCxx_DIR=/path/to/.julia/v0.6/CxxWrap/deps/usr/lib/cmake/JlCxx -D BUIL
164
164
165
165
| ` Xtensor.jl ` | ` xtensor ` | ` xtensor-julia ` | ` CxxWrap ` |
166
166
| --------------| ----------------| -----------------| -----------|
167
- | master | >=0.17.1 ,<0.18 | 0.4 .0 | >=0.6,<0.7 |
167
+ | master | >=0.18.0 ,<0.19 | 0.5 .0 | >=0.6,<0.7 |
168
168
| 0.4.0 | >=0.17.1,<0.18 | 0.4.0 | >=0.6,<0.7 |
169
169
| 0.3.0 | >=0.16.3,<0.17 | 0.3.0 | >=0.6,<0.7 |
170
170
| 0.2.1 | >=0.16.1,<0.17 | | >=0.5,<0.6 |
Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ for l in example_labels
45
45
end
46
46
47
47
# Version of xtl to vendor
48
- xtl_version = " 0.4.14 "
48
+ xtl_version = " 0.4.16 "
49
49
50
50
# Version of xtensor to vendor
51
- xtensor_version = " 0.17.1 "
51
+ xtensor_version = " 0.18.0 "
52
52
53
53
# Version of xtensor-julia to vendor
54
- xtensor_julia_version = " 0.4 .0"
54
+ xtensor_julia_version = " 0.5 .0"
55
55
56
56
xtl_steps = @build_steps begin
57
57
` git clone -b $xtl_version --single-branch https://github.com/QuantStack/xtl $xtl_srcdir `
You can’t perform that action at this time.
0 commit comments