Skip to content

Commit 9641a8a

Browse files
committed
build: add reverse mode AD test deps
1 parent 315cf32 commit 9641a8a

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

Project.toml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,42 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
1515
[compat]
1616
Aqua = "0.8"
1717
ComponentArrays = "0.15.11"
18+
DifferentiationInterface = "0.6"
1819
ForwardDiff = "0.10.36"
19-
JET = "0.8"
20+
JET = "0.8, 0.9"
2021
Lux = "1"
2122
LuxCore = "1"
22-
ModelingToolkit = "9.9"
23+
ModelingToolkit = "9.60"
2324
ModelingToolkitStandardLibrary = "2.7"
24-
Optimization = "3.24"
25-
OptimizationOptimisers = "0.2.1"
25+
Optimization = "3.24, 4"
26+
OptimizationOptimisers = "0.2.1, 0.3"
2627
OrdinaryDiffEq = "6.74"
2728
Random = "1.10"
2829
SafeTestsets = "0.1"
30+
SciMLSensitivity = "7.72"
2931
SciMLStructures = "1.1.0"
3032
StableRNGs = "1"
3133
SymbolicIndexingInterface = "0.3.15"
32-
Symbolics = "6.9"
34+
Symbolics = "6.22"
3335
Test = "1.10"
36+
Zygote = "0.6.73"
3437
julia = "1.10"
3538

3639
[extras]
3740
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
41+
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
3842
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
3943
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
4044
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
4145
OptimizationOptimisers = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
4246
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
4347
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
48+
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
4449
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
4550
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
4651
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
4752
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
53+
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4854

4955
[targets]
50-
test = ["Aqua", "JET", "Test", "OrdinaryDiffEq", "ForwardDiff", "Optimization", "OptimizationOptimisers", "SafeTestsets", "SciMLStructures", "StableRNGs", "SymbolicIndexingInterface"]
56+
test = ["Aqua", "JET", "Test", "OrdinaryDiffEq", "DifferentiationInterface", "SciMLSensitivity", "Zygote", "ForwardDiff", "Optimization", "OptimizationOptimisers", "SafeTestsets", "SciMLStructures", "StableRNGs", "SymbolicIndexingInterface"]

0 commit comments

Comments
 (0)