Skip to content

Commit 94ab225

Browse files
authored
Support Adapt.jl v4, GPUArrays.jl v10 (#241)
1 parent 971a222 commit 94ab225

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ComponentArrays"
22
uuid = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
33
authors = ["Jonnie Diegelman <[email protected]>"]
4-
version = "0.15.7"
4+
version = "0.15.8"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -34,13 +34,13 @@ ComponentArraysTrackerExt = "Tracker"
3434
ComponentArraysZygoteExt = "Zygote"
3535

3636
[compat]
37-
Adapt = "3"
37+
Adapt = "3, 4"
3838
ArrayInterface = "6, 7"
3939
ChainRulesCore = "0.8, 0.9, 0.10, 1"
4040
ConstructionBase = "1"
4141
ForwardDiff = "0.10"
4242
Functors = "0.4.4"
43-
GPUArrays = "8, 9"
43+
GPUArrays = "8, 9, 10"
4444
PackageExtensionCompat = "1"
4545
RecursiveArrayTools = "2, 3"
4646
ReverseDiff = "1"

0 commit comments

Comments
 (0)