Skip to content

Commit 9c87fd0

Browse files
committed
Fix compat
1 parent 392dab6 commit 9c87fd0

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

DifferentiationInterface/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,18 @@ DifferentiationInterfaceZygoteExt = ["Zygote", "ForwardDiff"]
5858
[compat]
5959
ADTypes = "1.17.0"
6060
ChainRulesCore = "1.23.0"
61-
ComponentArrays = "0.15.27"
6261
DataFrames = "1.7.0"
6362
Dates = "1"
6463
DiffResults = "1.1.0"
6564
Diffractor = "=0.2.6"
6665
Enzyme = "0.13.39"
6766
EnzymeCore = "0.8.8"
68-
ExplicitImports = "1.10.1"
6967
FastDifferentiation = "0.4.3"
7068
FiniteDiff = "2.27.0"
7169
FiniteDifferences = "0.12.31"
7270
ForwardDiff = "0.10.36,1"
7371
GPUArraysCore = "0.2"
7472
GTPSA = "1.4.0"
75-
JLArrays = "0.2.0"
7673
LinearAlgebra = "1"
7774
Mooncake = "0.4.147"
7875
PolyesterForwardDiff = "0.1.2"

DifferentiationInterface/test/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1818

1919
[compat]
2020
Aqua = "0.8.12"
21+
ComponentArrays = "0.15.27"
2122
ExplicitImports = "1.10.1"
2223
JET = "0.9"
24+
JLArrays = "0.2.0"
2325
Pkg = "1"
2426
Random = "1"
2527
StableRNGs = "1.0.1"

DifferentiationInterfaceTest/test/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2020
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2121
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2222

23-
2423
[compat]
2524
Aqua = "0.8.12"
2625
ExplicitImports = "1.10.1"

0 commit comments

Comments
 (0)