Skip to content

Commit dd701b9

Browse files
committed
Add ChainRulesCore to deps
1 parent 6d67dde commit dd701b9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,24 @@ version = "0.5.8"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
7+
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
78
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
89
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
910
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
1011

1112
[compat]
1213
Adapt = "1, 2, 3"
14+
ChainRulesCore = "1"
1315
Requires = "0.5, 1"
1416
UnsafeArrays = "1"
1517
julia = "1.6"
1618

1719
[extras]
20+
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
1821
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
1922
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2023
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2124
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2225

2326
[targets]
24-
test = ["ElasticArrays", "StaticArrays", "StatsBase", "Test"]
27+
test = ["ChainRulesTestUtils", "ElasticArrays", "StaticArrays", "StatsBase", "Test"]

src/ArraysOfArrays.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ using Adapt
1717
using Requires
1818
using Statistics
1919
using UnsafeArrays
20+
using ChainRulesCore
2021

2122
include("util.jl")
2223
include("functions.jl")

0 commit comments

Comments
 (0)